#876A6F

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

Shades of Empress #876A6F

Tints of Empress #876A6F

Color information

#876A6F (or 0x876A6F) is unknown color: approx Empress. HEX triplet: 87, 6A and 6F. RGB value is (135,106,111). Sum of RGB (Red+Green+Blue) = 135+106+111=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #876A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876A6F is #789590. Grayscale: #737373. Windows color (decimal): -7902609 or 7301767. OLE color: 7301767.

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

Color convert

RGB135106111-
CMYK00.210.180.47
HSL349.66º12.03%47.25%-
HSV(B)349.66º21.48%52.94%-
XYZ18.0116.6117.29-
YUV115.24125.61142.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.35%
GREEN value IS 106 (41.80% from 255) = 30.11%
BLUE value IS 111 (43.75% from 255) = 31.53%
R=38.35%
G=30.11%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510611100.210.180.47349.6612.0347.25
Hex876A6F015122F15ec2f
Octal20715215702522575361457
Binary1000011111010101101111010101100101011111010111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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