Html Css Color HEX #64717D Raven

📋 copy color: '#64717D'

red 100 ◦ green 113 ◦ blue 125

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

Shades of Raven #64717D

Tints of Raven #64717D

RGB

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

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

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

R = 29.59%
G = 33.43%
B = 36.98%

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

#64717D (or 0x64717D) is known color: Raven. HEX triplet: 64, 71 and 7D. RGB value is (100,113,125). Sum of RGB (Red+Green+Blue) = 100+113+125=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 125 - color contains mainly: blue. Hex color #64717D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64717D is #9B8E82. Grayscale: #6E6E6E. Windows color (decimal): -10194563 or 8221028. OLE color: 8221028.

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

Color convert

RGB 100 113 125 -
CMYK 0.2 0.10 0 0.51
HSL 208.8º 0.11% 0.44% -
HSV(B) 208.8º 0.2% 0.49% -
XYZ 14.86 16 21.71 -
YUV 110.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 100 113 125 0.2 0.10 0 0.51 208.8 0.11 0.44
Hex 64 71 7D 14 A 0 33 D1 B 2C
Octal 144 161 175 24 12 0 63 321 13 54
Binary 1100100 1110001 1111101 10100 1010 0 110011 11010001 1011 101100

Color Harmonies of #64717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64717D

Black with #64717D

Text Example


Text Example

White with #64717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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