#876D75

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

Shades of Empress #876D75

Tints of Empress #876D75

Color information

#876D75 (or 0x876D75) is unknown color: approx Empress. HEX triplet: 87, 6D and 75. RGB value is (135,109,117). Sum of RGB (Red+Green+Blue) = 135+109+117=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 135 - color contains mainly: red. Hex color #876D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876D75 is #78928A. Grayscale: #757575. Windows color (decimal): -7901835 or 7695751. OLE color: 7695751.

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

Color convert

RGB135109117-
CMYK00.190.130.47
HSL341.54º10.66%47.84%-
HSV(B)341.54º19.26%52.94%-
XYZ18.6717.3719.2-
YUV117.69127.61140.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.40%
GREEN value IS 109 (42.97% from 255) = 30.19%
BLUE value IS 117 (46.09% from 255) = 32.41%
R=37.40%
G=30.19%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510911700.190.130.47341.5410.6647.84
Hex876D75013D2F156b30
Octal20715516502315575261360
Binary100001111101101111010101001111011011111010101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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