Html Css Color HEX #64707C Raven

📋 copy color: '#64707C'

red 100 ◦ green 112 ◦ blue 124

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

Shades of Raven #64707C

Tints of Raven #64707C

RGB

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

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

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

R = 29.76%
G = 33.33%
B = 36.9%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64707C (or 0x64707C) is known color: Raven. HEX triplet: 64, 70 and 7C. RGB value is (100,112,124). Sum of RGB (Red+Green+Blue) = 100+112+124=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 124 - color contains mainly: blue. Hex color #64707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64707C is #9B8F83. Grayscale: #6D6D6D. Windows color (decimal): -10194820 or 8155236. OLE color: 8155236.

HSL color Cylindrical-coordinate representation of color #64707C: hue angle of 210º 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 #64707C is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 112 124 -
CMYK 0.19 0.10 0 0.51
HSL 210º 0.11% 0.44% -
HSV(B) 210º 0.19% 0.49% -
XYZ 14.69 15.75 21.34 -
YUV 109.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 100 112 124 0.19 0.10 0 0.51 210 0.11 0.44
Hex 64 70 7C 13 A 0 33 D2 B 2C
Octal 144 160 174 23 12 0 63 322 13 54
Binary 1100100 1110000 1111100 10011 1010 0 110011 11010010 1011 101100

Color Harmonies of #64707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64707C

Black with #64707C

Text Example


Text Example

White with #64707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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