#876A72

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

Shades of Empress #876A72

Tints of Empress #876A72

Color information

#876A72 (or 0x876A72) is unknown color: approx Empress. HEX triplet: 87, 6A and 72. RGB value is (135,106,114). Sum of RGB (Red+Green+Blue) = 135+106+114=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #876A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876A72 is #78958D. Grayscale: #737373. Windows color (decimal): -7902606 or 7498375. OLE color: 7498375.

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

Color convert

RGB135106114-
CMYK00.210.160.47
HSL343.45º12.03%47.25%-
HSV(B)343.45º21.48%52.94%-
XYZ18.1816.6718.18-
YUV115.58127.11141.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.03%
GREEN value IS 106 (41.80% from 255) = 29.86%
BLUE value IS 114 (44.92% from 255) = 32.11%
R=38.03%
G=29.86%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510611400.210.160.47343.4512.0347.25
Hex876A72015102F157c2f
Octal20715216202520575271457
Binary1000011111010101110010010101100001011111010101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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