Urban Grey Color Hex #cacacc RBG rgb(202,202,204) HSL hsl(240,2%,80%) HSB hsb(241,1%,80%) CIELab CIELab(81.38,0.37,-1) CMYK cmyk(1%,1%,0%,20%) RED 79.22% GREEN 79.22% BLUE 80% 颜色选择器 使用我们的颜色选择器找到完美的颜色。
The hexadecimal color code #6c695f is a medium dark shade of yellow. In the RGB color model #6c695f is composed of 42.35% red, 41.18% green and 37.25% blue. In the HSL color space #6c695f has a hue of 46° (degrees), 6% saturation and 40% lightness. This color has an appro...
The hexadecimal RGB code of Cool Grey color is #8C92AC and the decimal is rgb(140,146,172). The red-green-blue components are 8C (140) red, 92 (146) green and AC (172) blue.
#BEBEBE Hex Color for the Web has the RGB values of 190, 190, 190 and the CMYK colour values of 0, 0, 0, 25.5. This web color is described by the following tags: GRAY, GREY, SILVER. The page belows contains color combinations, color schemes, color palettes and images that match and...
The color gray / Trolley grey with hexadecimal color code #808080 is a shade of gray. In the RGB color model #808080 is composed of 50.2% red, 50.2% green and 50.2% blue. In the HSL color space #808080 has a hue of 0° (degrees), 0% saturation and 50% lightness. This color has...
Color 828282Image Advertisements Color828282 Description Advertisements #828282 Hex Color for the Web has the RGB values of 130, 130, 130 and the CMYK colour values of 0, 0, 0, 49. This web color is described by the following tags: GRAY, GREY. The page belows contains color combinations,...
Intercoastal Grey Color Hex #a8b5bc RBG rgb(168,181,188) HSL hsl(201,13%,70%) HSB hsb(202,11%,74%) CIELab CIELab(72.89,-3.09,-5.11) CMYK cmyk(11%,4%,0%,26%) RED 65.88% GREEN 70.98% BLUE 73.73% Interdimensional Blue
Use the gray() color function in CSS nodejsjavascriptcolorpostcssconvertcssnextcolourpostcss-plugincss4graygrey UpdatedDec 25, 2021 JavaScript fluid-dev/hexo-filter-mourning Star16 哀悼日专用 Hexo 插件,开启后全站灰色 / Grey your hexo site on the day of mourning ...
品牌:-色号:7047 使用声明:请注意色彩通色库显示的颜色及数值为模拟的屏幕色彩, 颜色显示在不同显示器上也有所区别。标准对色请以实物标准色卡为准。 7047 颜色属性 RGB: 199,199,198 HEX: #C7C7C6 CMYK: 26,19,19,0 中文名: 电信灰4 英文名: Telegrey 4 备注: RAL劳尔K7色卡 手机扫一扫 相关色卡...
function[Image]=gray2rgb(Image) %Gives a grayscale image an extra dimension %in order to use color within it [m n]=size(Image); rgb=zeros(m,n,3); rgb(:,:,1)=Image; rgb(:,:,2)=rgb(:,:,1); rgb(:,:,3)=rgb(:,:,1); ...