Html Css Color HEX #666D76 Raven

📋 copy color: '#666D76'

red 102 ◦ green 109 ◦ blue 118

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

Shades of Raven #666D76

Tints of Raven #666D76

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.13%

 BLUE value IS 118 (46.48% from 255) = 35.87%

R = 31%
G = 33.13%
B = 35.87%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#666D76 (or 0x666D76) is known color: Raven. HEX triplet: 66, 6D and 76. RGB value is (102,109,118). Sum of RGB (Red+Green+Blue) = 102+109+118=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 118 - color contains mainly: blue. Hex color #666D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666D76 is #999289. Grayscale: #6B6B6B. Windows color (decimal): -10064522 or 7761254. OLE color: 7761254.

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

Color convert

RGB 102 109 118 -
CMYK 0.14 0.08 0 0.54
HSL 213.75º 0.07% 0.43% -
HSV(B) 213.75º 0.14% 0.46% -
XYZ 14.22 15.07 19.3 -
YUV 107.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 102 109 118 0.14 0.08 0 0.54 213.75 0.07 0.43
Hex 66 6D 76 E 8 0 36 D6 7 2B
Octal 146 155 166 16 10 0 66 326 7 53
Binary 1100110 1101101 1110110 1110 1000 0 110110 11010110 111 101011

Color Harmonies of #666D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666D76

Black with #666D76

Text Example


Text Example

White with #666D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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