#867476

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

Shades of Empress #867476

Tints of Empress #867476

Color information

#867476 (or 0x867476) is unknown color: approx Empress. HEX triplet: 86, 74 and 76. RGB value is (134,116,118). Sum of RGB (Red+Green+Blue) = 134+116+118=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 134 - color contains mainly: red. Hex color #867476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867476 is #798B89. Grayscale: #797979. Windows color (decimal): -7965578 or 7763078. OLE color: 7763078.

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

Color convert

RGB134116118-
CMYK00.130.120.47
HSL353.33º7.2%49.02%-
HSV(B)353.33º13.43%52.55%-
XYZ19.3518.8719.76-
YUV121.61125.96136.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.41%
GREEN value IS 116 (45.70% from 255) = 31.52%
BLUE value IS 118 (46.48% from 255) = 32.07%
R=36.41%
G=31.52%
B=32.07%

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
Decimal13411611800.130.120.47353.337.249.02
Hex8674760DC2F161731
Octal2061641660151457541761
Binary1000011011101001110110011011100101111101100001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867476; }

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

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

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

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

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

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

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

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