#877077

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

Shades of Empress #877077

Tints of Empress #877077

Color information

#877077 (or 0x877077) is unknown color: approx Empress. HEX triplet: 87, 70 and 77. RGB value is (135,112,119). Sum of RGB (Red+Green+Blue) = 135+112+119=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 135 - color contains mainly: red. Hex color #877077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877077 is #788F88. Grayscale: #777777. Windows color (decimal): -7901065 or 7827591. OLE color: 7827591.

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

Color convert

RGB135112119-
CMYK00.170.120.47
HSL341.74º9.31%48.43%-
HSV(B)341.74º17.04%52.94%-
XYZ19.1218.0719.93-
YUV119.68127.62138.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.89%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 119 (46.88% from 255) = 32.51%
R=36.89%
G=30.60%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511211900.170.120.47341.749.3148.43
Hex877077011C2F156930
Octal20716016702114575261160
Binary100001111110000111011101000111001011111010101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877077; }

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

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

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

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

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

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

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

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