#877374

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

Shades of Empress #877374

Tints of Empress #877374

Color information

#877374 (or 0x877374) is unknown color: approx Empress. HEX triplet: 87, 73 and 74. RGB value is (135,115,116). Sum of RGB (Red+Green+Blue) = 135+115+116=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 135 - color contains mainly: red. Hex color #877374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877374 is #788C8B. Grayscale: #797979. Windows color (decimal): -7900300 or 7631751. OLE color: 7631751.

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

Color convert

RGB135115116-
CMYK00.150.140.47
HSL357º8%49.02%-
HSV(B)357º14.81%52.94%-
XYZ19.2718.6719.11-
YUV121.09125.13137.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.89%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 116 (45.70% from 255) = 31.69%
R=36.89%
G=31.42%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511511600.150.140.47357849.02
Hex8773740FE2F165831
Octal20716316401716575451061
Binary10000111111001111101000111111101011111011001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877374; }

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

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

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

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

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

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

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

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