#876D72

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

Shades of Empress #876D72

Tints of Empress #876D72

Color information

#876D72 (or 0x876D72) is unknown color: approx Empress. HEX triplet: 87, 6D and 72. RGB value is (135,109,114). Sum of RGB (Red+Green+Blue) = 135+109+114=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 135 - color contains mainly: red. Hex color #876D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876D72 is #78928D. Grayscale: #757575. Windows color (decimal): -7901838 or 7499143. OLE color: 7499143.

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

Color convert

RGB135109114-
CMYK00.190.160.47
HSL348.46º10.66%47.84%-
HSV(B)348.46º19.26%52.94%-
XYZ18.517.318.28-
YUV117.34126.11140.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.71%
GREEN value IS 109 (42.97% from 255) = 30.45%
BLUE value IS 114 (44.92% from 255) = 31.84%
R=37.71%
G=30.45%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510911400.190.160.47348.4610.6647.84
Hex876D72013102F15cb30
Octal20715516202320575341360
Binary1000011111011011110010010011100001011111010111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,109,114); }

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

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

 a { background-color: rgb(135,109,114); }

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

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

 span { border-color: rgb(135,109,114); }

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