#727577

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

Shades of Raven #727577

Tints of Raven #727577

Color information

#727577 (or 0x727577) is unknown color: approx Raven. HEX triplet: 72, 75 and 77. RGB value is (114,117,119). Sum of RGB (Red+Green+Blue) = 114+117+119=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 119 - color contains mainly: blue. Hex color #727577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727577 is #8D8A88. Grayscale: #747474. Windows color (decimal): -9276041 or 7828850. OLE color: 7828850.

HSL color Cylindrical-coordinate representation of color #727577: hue angle of 204º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #727577 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB114117119-
CMYK0.040.0200.53
HSL204º2.15%45.69%-
HSV(B)204º4.2%46.67%-
XYZ16.6317.6319.98-
YUV116.33129.51126.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.57%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 119 (46.88% from 255) = 34%
R=32.57%
G=33.43%
B=34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141171190.040.0200.532042.1545.69
Hex72757742035cc22e
Octal16216516742065314256
Binary1110010111010111101111001001101011100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727577; }

 p { color: rgb(114,117,119); }

 H1.HeaderClassName
 {
   color: #727577;
 }
 .AnyTagClassName
 {
   color: #727577;
 }
</style>
background-color css

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

 a { background-color: rgb(114,117,119); }

 div.DivClassName
 {
   background-color: #727577;
 }
 .BgClassName
 {
   background-color: #727577;
 }
</style>
border-color css

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

 span { border-color: rgb(114,117,119); }

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