#666F76

Color #666F76 Mid Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mid Grey #666F76

Tints of Mid Grey #666F76

Color information

#666F76 (or 0x666F76) is unknown color: approx Mid Grey. HEX triplet: 66, 6F and 76. RGB value is (102,111,118). Sum of RGB (Red+Green+Blue) = 102+111+118=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 118 - color contains mainly: blue. Hex color #666F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F76 is #999089. Grayscale: #6D6D6D. Windows color (decimal): -10064010 or 7761766. OLE color: 7761766.

HSL color Cylindrical-coordinate representation of color #666F76: hue angle of 206.25º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #666F76 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB102111118-
CMYK0.140.0600.54
HSL206.25º7.27%43.14%-
HSV(B)206.25º13.56%46.27%-
XYZ14.4315.519.37-
YUV109.11133.02122.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 111 (43.75% from 255) = 33.53%
BLUE value IS 118 (46.48% from 255) = 35.65%
R=30.82%
G=33.53%
B=35.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1021111180.140.0600.54206.257.2743.14
Hex666F76E6036ce72b
Octal146157166166066316753
Binary1100110110111111101101110110011011011001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666F76; }

 p { color: rgb(102,111,118); }

 H1.HeaderClassName
 {
   color: #666F76;
 }
 .AnyTagClassName
 {
   color: #666F76;
 }
</style>
background-color css

<style>
 a { background-color: #666F76; }

 a { background-color: rgb(102,111,118); }

 div.DivClassName
 {
   background-color: #666F76;
 }
 .BgClassName
 {
   background-color: #666F76;
 }
</style>
border-color css

<style>
 span { border-color: #666F76; }

 span { border-color: rgb(102,111,118); }

 td.TdClassName
 {
   border-color: #666F76;
 }
 .TagClassName
 {
   border-color: #666F76;
 }
</style>