Html Css Color HEX #667079 Raven

📋 copy color: '#667079'

red 102 ◦ green 112 ◦ blue 121

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

Shades of Raven #667079

Tints of Raven #667079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.43%

 BLUE value IS 121 (47.66% from 255) = 36.12%

R = 30.45%
G = 33.43%
B = 36.12%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#667079 (or 0x667079) is known color: Raven. HEX triplet: 66, 70 and 79. RGB value is (102,112,121). Sum of RGB (Red+Green+Blue) = 102+112+121=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 121 - color contains mainly: blue. Hex color #667079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667079 is #998F86. Grayscale: #6D6D6D. Windows color (decimal): -10063751 or 7958630. OLE color: 7958630.

HSL color Cylindrical-coordinate representation of color #667079: hue angle of 208.42º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #667079 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 112 121 -
CMYK 0.16 0.07 0 0.53
HSL 208.42º 0.09% 0.44% -
HSV(B) 208.42º 0.16% 0.47% -
XYZ 14.72 15.79 20.36 -
YUV 110.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 102 112 121 0.16 0.07 0 0.53 208.42 0.09 0.44
Hex 66 70 79 10 7 0 35 D0 9 2C
Octal 146 160 171 20 7 0 65 320 11 54
Binary 1100110 1110000 1111001 10000 111 0 110101 11010000 1001 101100

Color Harmonies of #667079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667079

Black with #667079

Text Example


Text Example

White with #667079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667079; }

 p { color: rgb(102,112,121); }

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

background-color css

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

 a { background-color: rgb(102,112,121); }

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

border-color css

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

 span { border-color: rgb(102,112,121); }

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