#876B6F

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

Shades of Empress #876B6F

Tints of Empress #876B6F

Color information

#876B6F (or 0x876B6F) is unknown color: approx Empress. HEX triplet: 87, 6B and 6F. RGB value is (135,107,111). Sum of RGB (Red+Green+Blue) = 135+107+111=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #876B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B6F is #789490. Grayscale: #737373. Windows color (decimal): -7902353 or 7302023. OLE color: 7302023.

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

Color convert

RGB135107111-
CMYK00.210.180.47
HSL351.43º11.57%47.45%-
HSV(B)351.43º20.74%52.94%-
XYZ18.1216.8117.33-
YUV115.83125.28141.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.24%
GREEN value IS 107 (42.19% from 255) = 30.31%
BLUE value IS 111 (43.75% from 255) = 31.44%
R=38.24%
G=30.31%
B=31.44%

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
Decimal13510711100.210.180.47351.4311.5747.45
Hex876B6F015122F15fc2f
Octal20715315702522575371457
Binary1000011111010111101111010101100101011111010111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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