Html Css Color HEX #64707D Raven

📋 copy color: '#64707D'

red 100 ◦ green 112 ◦ blue 125

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

Shades of Raven #64707D

Tints of Raven #64707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.09%

R = 29.67%
G = 33.23%
B = 37.09%

CMYK

 C value IS 0.2

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64707D (or 0x64707D) is known color: Raven. HEX triplet: 64, 70 and 7D. RGB value is (100,112,125). Sum of RGB (Red+Green+Blue) = 100+112+125=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 125 - color contains mainly: blue. Hex color #64707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64707D is #9B8F82. Grayscale: #6D6D6D. Windows color (decimal): -10194819 or 8220772. OLE color: 8220772.

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

Color convert

RGB 100 112 125 -
CMYK 0.2 0.10 0 0.51
HSL 211.2º 0.11% 0.44% -
HSV(B) 211.2º 0.2% 0.49% -
XYZ 14.75 15.78 21.67 -
YUV 109.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 100 112 125 0.2 0.10 0 0.51 211.2 0.11 0.44
Hex 64 70 7D 14 A 0 33 D3 B 2C
Octal 144 160 175 24 12 0 63 323 13 54
Binary 1100100 1110000 1111101 10100 1010 0 110011 11010011 1011 101100

Color Harmonies of #64707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64707D

Black with #64707D

Text Example


Text Example

White with #64707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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