Html Css Color HEX #64717C Raven

📋 copy color: '#64717C'

red 100 ◦ green 113 ◦ blue 124

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

Shades of Raven #64717C

Tints of Raven #64717C

RGB

 RED value IS 100 (39.45% from 255) = 29.67%

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

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

R = 29.67%
G = 33.53%
B = 36.8%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64717C (or 0x64717C) is known color: Raven. HEX triplet: 64, 71 and 7C. RGB value is (100,113,124). Sum of RGB (Red+Green+Blue) = 100+113+124=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 124 - color contains mainly: blue. Hex color #64717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64717C is #9B8E83. Grayscale: #6E6E6E. Windows color (decimal): -10194564 or 8155492. OLE color: 8155492.

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

Color convert

RGB 100 113 124 -
CMYK 0.19 0.09 0 0.51
HSL 207.5º 0.11% 0.44% -
HSV(B) 207.5º 0.19% 0.49% -
XYZ 14.8 15.97 21.37 -
YUV 110.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 100 113 124 0.19 0.09 0 0.51 207.5 0.11 0.44
Hex 64 71 7C 13 9 0 33 D0 B 2C
Octal 144 161 174 23 11 0 63 320 13 54
Binary 1100100 1110001 1111100 10011 1001 0 110011 11010000 1011 101100

Color Harmonies of #64717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64717C

Black with #64717C

Text Example


Text Example

White with #64717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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