Html Css Color HEX #66717C Raven

📋 copy color: '#66717C'

red 102 ◦ green 113 ◦ blue 124

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

Shades of Raven #66717C

Tints of Raven #66717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.33%

 BLUE value IS 124 (48.83% from 255) = 36.58%

R = 30.09%
G = 33.33%
B = 36.58%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#66717C (or 0x66717C) is known color: Raven. HEX triplet: 66, 71 and 7C. RGB value is (102,113,124). Sum of RGB (Red+Green+Blue) = 102+113+124=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 124 - color contains mainly: blue. Hex color #66717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66717C is #998E83. Grayscale: #6E6E6E. Windows color (decimal): -10063492 or 8155494. OLE color: 8155494.

HSL color Cylindrical-coordinate representation of color #66717C: hue angle of 210º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #66717C is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 113 124 -
CMYK 0.18 0.09 0 0.51
HSL 210º 0.1% 0.44% -
HSV(B) 210º 0.18% 0.49% -
XYZ 15.02 16.09 21.38 -
YUV 110.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 102 113 124 0.18 0.09 0 0.51 210 0.1 0.44
Hex 66 71 7C 12 9 0 33 D2 A 2C
Octal 146 161 174 22 11 0 63 322 12 54
Binary 1100110 1110001 1111100 10010 1001 0 110011 11010010 1010 101100

Color Harmonies of #66717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66717C

Black with #66717C

Text Example


Text Example

White with #66717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66717C; }

 p { color: rgb(102,113,124); }

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

background-color css

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

 a { background-color: rgb(102,113,124); }

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

border-color css

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

 span { border-color: rgb(102,113,124); }

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