Html Css Color HEX #64727F Raven

📋 copy color: '#64727F'

red 100 ◦ green 114 ◦ blue 127

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

Shades of Raven #64727F

Tints of Raven #64727F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.24%

R = 29.33%
G = 33.43%
B = 37.24%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64727F (or 0x64727F) is known color: Raven. HEX triplet: 64, 72 and 7F. RGB value is (100,114,127). Sum of RGB (Red+Green+Blue) = 100+114+127=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #64727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64727F is #9B8D80. Grayscale: #6F6F6F. Windows color (decimal): -10194305 or 8352356. OLE color: 8352356.

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

Color convert

RGB 100 114 127 -
CMYK 0.21 0.10 0 0.50
HSL 208.89º 0.12% 0.45% -
HSV(B) 208.89º 0.21% 0.5% -
XYZ 15.1 16.28 22.42 -
YUV 111.3 136.86 119.94 -
System Red Green Blue C M Y K H S L
Decimal 100 114 127 0.21 0.10 0 0.50 208.89 0.12 0.45
Hex 64 72 7F 15 A 0 32 D1 C 2D
Octal 144 162 177 25 12 0 62 321 14 55
Binary 1100100 1110010 1111111 10101 1010 0 110010 11010001 1100 101101

Color Harmonies of #64727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64727F

Black with #64727F

Text Example


Text Example

White with #64727F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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