#867577

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

Shades of Empress #867577

Tints of Empress #867577

Color information

#867577 (or 0x867577) is unknown color: approx Empress. HEX triplet: 86, 75 and 77. RGB value is (134,117,119). Sum of RGB (Red+Green+Blue) = 134+117+119=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 134 - color contains mainly: red. Hex color #867577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867577 is #798A88. Grayscale: #7A7A7A. Windows color (decimal): -7965321 or 7828870. OLE color: 7828870.

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

Color convert

RGB134117119-
CMYK00.130.110.47
HSL352.94º6.77%49.22%-
HSV(B)352.94º12.69%52.55%-
XYZ19.5219.1220.11-
YUV122.31126.13136.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 119 (46.88% from 255) = 32.16%
R=36.22%
G=31.62%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411711900.130.110.47352.946.7749.22
Hex8675770DB2F161731
Octal2061651670151357541761
Binary1000011011101011110111011011011101111101100001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867577; }

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

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

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

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

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

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

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

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