#877076

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

Shades of Empress #877076

Tints of Empress #877076

Color information

#877076 (or 0x877076) is unknown color: approx Empress. HEX triplet: 87, 70 and 76. RGB value is (135,112,118). Sum of RGB (Red+Green+Blue) = 135+112+118=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 135 - color contains mainly: red. Hex color #877076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877076 is #788F89. Grayscale: #777777. Windows color (decimal): -7901066 or 7762055. OLE color: 7762055.

HSL color Cylindrical-coordinate representation of color #877076: hue angle of 344.35º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #877076 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB135112118-
CMYK00.170.130.47
HSL344.35º9.31%48.43%-
HSV(B)344.35º17.04%52.94%-
XYZ19.0618.0519.62-
YUV119.56127.12139.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.99%
GREEN value IS 112 (44.14% from 255) = 30.68%
BLUE value IS 118 (46.48% from 255) = 32.33%
R=36.99%
G=30.68%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511211800.170.130.47344.359.3148.43
Hex877076011D2F158930
Octal20716016602115575301160
Binary100001111110000111011001000111011011111010110001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877076; }

 p { color: rgb(135,112,118); }

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

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

 a { background-color: rgb(135,112,118); }

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

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

 span { border-color: rgb(135,112,118); }

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