Html Css Color HEX #64727E Raven

📋 copy color: '#64727E'

red 100 ◦ green 114 ◦ blue 126

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

Shades of Raven #64727E

Tints of Raven #64727E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.06%

R = 29.41%
G = 33.53%
B = 37.06%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64727E (or 0x64727E) is known color: Raven. HEX triplet: 64, 72 and 7E. RGB value is (100,114,126). Sum of RGB (Red+Green+Blue) = 100+114+126=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 126 - color contains mainly: blue. Hex color #64727E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64727E is #9B8D81. Grayscale: #6F6F6F. Windows color (decimal): -10194306 or 8286820. OLE color: 8286820.

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

Color convert

RGB 100 114 126 -
CMYK 0.21 0.10 0 0.51
HSL 207.69º 0.12% 0.44% -
HSV(B) 207.69º 0.21% 0.49% -
XYZ 15.04 16.25 22.08 -
YUV 111.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 100 114 126 0.21 0.10 0 0.51 207.69 0.12 0.44
Hex 64 72 7E 15 A 0 33 D0 C 2C
Octal 144 162 176 25 12 0 63 320 14 54
Binary 1100100 1110010 1111110 10101 1010 0 110011 11010000 1100 101100

Color Harmonies of #64727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64727E

Black with #64727E

Text Example


Text Example

White with #64727E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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