#867576

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

Shades of Empress #867576

Tints of Empress #867576

Color information

#867576 (or 0x867576) is unknown color: approx Empress. HEX triplet: 86, 75 and 76. RGB value is (134,117,118). Sum of RGB (Red+Green+Blue) = 134+117+118=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 134 - color contains mainly: red. Hex color #867576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867576 is #798A89. Grayscale: #7A7A7A. Windows color (decimal): -7965322 or 7763334. OLE color: 7763334.

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

Color convert

RGB134117118-
CMYK00.130.120.47
HSL356.47º6.77%49.22%-
HSV(B)356.47º12.69%52.55%-
XYZ19.4619.119.8-
YUV122.2125.63136.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.31%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 118 (46.48% from 255) = 31.98%
R=36.31%
G=31.71%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411711800.130.120.47356.476.7749.22
Hex8675760DC2F164731
Octal2061651660151457544761
Binary1000011011101011110110011011100101111101100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867576; }

 p { color: rgb(134,117,118); }

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

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

 a { background-color: rgb(134,117,118); }

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

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

 span { border-color: rgb(134,117,118); }

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