Html Css Color HEX #666C77 Raven

📋 copy color: '#666C77'

red 102 ◦ green 108 ◦ blue 119

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

Shades of Raven #666C77

Tints of Raven #666C77

RGB

 RED value IS 102 (40.23% from 255) = 31%

 GREEN value IS 108 (42.58% from 255) = 32.83%

 BLUE value IS 119 (46.88% from 255) = 36.17%

R = 31%
G = 32.83%
B = 36.17%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#666C77 (or 0x666C77) is known color: Raven. HEX triplet: 66, 6C and 77. RGB value is (102,108,119). Sum of RGB (Red+Green+Blue) = 102+108+119=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 119 - color contains mainly: blue. Hex color #666C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666C77 is #999388. Grayscale: #6B6B6B. Windows color (decimal): -10064777 or 7826534. OLE color: 7826534.

HSL color Cylindrical-coordinate representation of color #666C77: hue angle of 218.82º 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 #666C77 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 108 119 -
CMYK 0.14 0.09 0 0.53
HSL 218.82º 0.08% 0.43% -
HSV(B) 218.82º 0.14% 0.47% -
XYZ 14.17 14.88 19.58 -
YUV 107.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 102 108 119 0.14 0.09 0 0.53 218.82 0.08 0.43
Hex 66 6C 77 E 9 0 35 DB 8 2B
Octal 146 154 167 16 11 0 65 333 10 53
Binary 1100110 1101100 1110111 1110 1001 0 110101 11011011 1000 101011

Color Harmonies of #666C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666C77

Black with #666C77

Text Example


Text Example

White with #666C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #666C77;
 }
 .AnyTagClassName
 {
   color: #666C77;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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