Html Css Color HEX #64727D Raven

📋 copy color: '#64727D'

red 100 ◦ green 114 ◦ blue 125

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

Shades of Raven #64727D

Tints of Raven #64727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.63%

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

R = 29.5%
G = 33.63%
B = 36.87%

CMYK

 C value IS 0.2

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64727D (or 0x64727D) is known color: Raven. HEX triplet: 64, 72 and 7D. RGB value is (100,114,125). Sum of RGB (Red+Green+Blue) = 100+114+125=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 125 - color contains mainly: blue. Hex color #64727D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64727D is #9B8D82. Grayscale: #6F6F6F. Windows color (decimal): -10194307 or 8221284. OLE color: 8221284.

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

Color convert

RGB 100 114 125 -
CMYK 0.2 0.09 0 0.51
HSL 206.4º 0.11% 0.44% -
HSV(B) 206.4º 0.2% 0.49% -
XYZ 14.97 16.22 21.74 -
YUV 111.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 100 114 125 0.2 0.09 0 0.51 206.4 0.11 0.44
Hex 64 72 7D 14 9 0 33 CE B 2C
Octal 144 162 175 24 11 0 63 316 13 54
Binary 1100100 1110010 1111101 10100 1001 0 110011 11001110 1011 101100

Color Harmonies of #64727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64727D

Black with #64727D

Text Example


Text Example

White with #64727D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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