Html Css Color HEX #666E77 Raven

📋 copy color: '#666E77'

red 102 ◦ green 110 ◦ blue 119

#666E77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raven #666E77

Tints of Raven #666E77

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 value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#666E77 (or 0x666E77) is known color: 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

RGB 102 110 119 -
CMYK 0.14 0.08 0 0.53
HSL 211.76º 0.08% 0.43% -
HSV(B) 211.76º 0.14% 0.47% -
XYZ 14.39 15.31 19.65 -
YUV 108.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 102 110 119 0.14 0.08 0 0.53 211.76 0.08 0.43
Hex 66 6E 77 E 8 0 35 D4 8 2B
Octal 146 156 167 16 10 0 65 324 10 53
Binary 1100110 1101110 1110111 1110 1000 0 110101 11010100 1000 101011

Color Harmonies of #666E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666E77

Black with #666E77

Text Example


Text Example

White with #666E77

Text Example


Text Example

HTML Codes & Css Web 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>