#666E77

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

Shades of Raven #666E77

Tints of Raven #666E77

Color information

#666E77 (or 0x666E77) is unknown color: approx Raven. HEX triplet: 66, 6E and 77. RGB value is (102,110,119). Sum of RGB (Red+Green+Blue) = 102+110+119=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 119 - color contains mainly: blue. Hex color #666E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666E77 is #999188. Grayscale: #6C6C6C. Windows color (decimal): -10064265 or 7827046. OLE color: 7827046.

HSL color Cylindrical-coordinate representation of color #666E77: hue angle of 211.76º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #666E77 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB102110119-
CMYK0.140.0800.53
HSL211.76º7.69%43.33%-
HSV(B)211.76º14.29%46.67%-
XYZ14.3915.3119.65-
YUV108.63133.85123.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 110 (43.36% from 255) = 33.23%
BLUE value IS 119 (46.88% from 255) = 35.95%
R=30.82%
G=33.23%
B=35.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021101190.140.0800.53211.767.6943.33
Hex666E77E8035d482b
Octal14615616716100653241053
Binary110011011011101110111111010000110101110101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,110,119); }

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

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

 a { background-color: rgb(102,110,119); }

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

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

 span { border-color: rgb(102,110,119); }

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