#877478

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

Shades of Empress #877478

Tints of Empress #877478

Color information

#877478 (or 0x877478) is unknown color: approx Empress. HEX triplet: 87, 74 and 78. RGB value is (135,116,120). Sum of RGB (Red+Green+Blue) = 135+116+120=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 135 - color contains mainly: red. Hex color #877478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877478 is #788B87. Grayscale: #7A7A7A. Windows color (decimal): -7900040 or 7894151. OLE color: 7894151.

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

Color convert

RGB135116120-
CMYK00.140.110.47
HSL347.37º7.57%49.22%-
HSV(B)347.37º14.07%52.94%-
XYZ19.631920.4-
YUV122.14126.79137.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.39%
GREEN value IS 116 (45.70% from 255) = 31.27%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=36.39%
G=31.27%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511612000.140.110.47347.377.5749.22
Hex8774780EB2F15b831
Octal20716417001613575331061
Binary10000111111010011110000111010111011111010110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877478; }

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

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

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

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

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

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

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

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