#876F77

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

Shades of Empress #876F77

Tints of Empress #876F77

Color information

#876F77 (or 0x876F77) is unknown color: approx Empress. HEX triplet: 87, 6F and 77. RGB value is (135,111,119). Sum of RGB (Red+Green+Blue) = 135+111+119=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 135 - color contains mainly: red. Hex color #876F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876F77 is #789088. Grayscale: #777777. Windows color (decimal): -7901321 or 7827335. OLE color: 7827335.

HSL color Cylindrical-coordinate representation of color #876F77: hue angle of 340º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #876F77 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB135111119-
CMYK00.180.120.47
HSL340º9.76%48.24%-
HSV(B)340º17.78%52.94%-
XYZ19.0117.8519.9-
YUV119.09127.95139.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.99%
GREEN value IS 111 (43.75% from 255) = 30.41%
BLUE value IS 119 (46.88% from 255) = 32.60%
R=36.99%
G=30.41%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511111900.180.120.473409.7648.24
Hex876F77012C2F154a30
Octal20715716702214575241260
Binary100001111101111111011101001011001011111010101001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876F77; }

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

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

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

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

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

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

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

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