#877275

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

Shades of Empress #877275

Tints of Empress #877275

Color information

#877275 (or 0x877275) is unknown color: approx Empress. HEX triplet: 87, 72 and 75. RGB value is (135,114,117). Sum of RGB (Red+Green+Blue) = 135+114+117=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 135 - color contains mainly: red. Hex color #877275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877275 is #788D8A. Grayscale: #787878. Windows color (decimal): -7900555 or 7697031. OLE color: 7697031.

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

Color convert

RGB135114117-
CMYK00.160.130.47
HSL351.43º8.43%48.82%-
HSV(B)351.43º15.56%52.94%-
XYZ19.2218.4719.38-
YUV120.62125.96138.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.89%
GREEN value IS 114 (44.92% from 255) = 31.15%
BLUE value IS 117 (46.09% from 255) = 31.97%
R=36.89%
G=31.15%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511411700.160.130.47351.438.4348.82
Hex877275010D2F15f831
Octal20716216502015575371061
Binary100001111110010111010101000011011011111010111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877275; }

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

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

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

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

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

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

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

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