#877475

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

Shades of Empress #877475

Tints of Empress #877475

Color information

#877475 (or 0x877475) is unknown color: approx Empress. HEX triplet: 87, 74 and 75. RGB value is (135,116,117). Sum of RGB (Red+Green+Blue) = 135+116+117=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 135 - color contains mainly: red. Hex color #877475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877475 is #788B8A. Grayscale: #797979. Windows color (decimal): -7900043 or 7697543. OLE color: 7697543.

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

Color convert

RGB135116117-
CMYK00.140.130.47
HSL356.84º7.57%49.22%-
HSV(B)356.84º14.07%52.94%-
XYZ19.4518.9319.46-
YUV121.79125.29137.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.68%
GREEN value IS 116 (45.70% from 255) = 31.52%
BLUE value IS 117 (46.09% from 255) = 31.79%
R=36.68%
G=31.52%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511611700.140.130.47356.847.5749.22
Hex8774750ED2F165831
Octal20716416501615575451061
Binary10000111111010011101010111011011011111011001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877475; }

 p { color: rgb(135,116,117); }

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

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

 a { background-color: rgb(135,116,117); }

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

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

 span { border-color: rgb(135,116,117); }

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