#877075

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

Shades of Empress #877075

Tints of Empress #877075

Color information

#877075 (or 0x877075) is unknown color: approx Empress. HEX triplet: 87, 70 and 75. RGB value is (135,112,117). Sum of RGB (Red+Green+Blue) = 135+112+117=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 135 - color contains mainly: red. Hex color #877075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877075 is #788F8A. Grayscale: #777777. Windows color (decimal): -7901067 or 7696519. OLE color: 7696519.

HSL color Cylindrical-coordinate representation of color #877075: hue angle of 346.96º 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 #877075 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB135112117-
CMYK00.170.130.47
HSL346.96º9.31%48.43%-
HSV(B)346.96º17.04%52.94%-
XYZ1918.0219.31-
YUV119.45126.62139.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.09%
GREEN value IS 112 (44.14% from 255) = 30.77%
BLUE value IS 117 (46.09% from 255) = 32.14%
R=37.09%
G=30.77%
B=32.14%

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
Decimal13511211700.170.130.47346.969.3148.43
Hex877075011D2F15b930
Octal20716016502115575331160
Binary100001111110000111010101000111011011111010110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877075; }

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

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

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

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

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

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

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

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