#64727F

Color #64727F Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #64727F

Tints of Raven #64727F

Color information

#64727F (or 0x64727F) is unknown color: approx 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

RGB100114127-
CMYK0.210.1000.50
HSL208.89º11.89%44.51%-
HSV(B)208.89º21.26%49.8%-
XYZ15.116.2822.42-
YUV111.3136.86119.94-

RGB Variations

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

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 (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1001141270.210.1000.50208.8911.8944.51
Hex64727F15A032d1c2d
Octal14416217725120623211455
Binary1100100111001011111111010110100110010110100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>