#877172

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

Shades of Empress #877172

Tints of Empress #877172

Color information

#877172 (or 0x877172) is unknown color: approx Empress. HEX triplet: 87, 71 and 72. RGB value is (135,113,114). Sum of RGB (Red+Green+Blue) = 135+113+114=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 135 - color contains mainly: red. Hex color #877172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877172 is #788E8D. Grayscale: #777777. Windows color (decimal): -7900814 or 7500167. OLE color: 7500167.

HSL color Cylindrical-coordinate representation of color #877172: hue angle of 357.27º degrees, saturation: 0.09, 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 #877172 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB135113114-
CMYK00.160.160.47
HSL357.27º8.87%48.63%-
HSV(B)357.27º16.3%52.94%-
XYZ18.9318.1818.43-
YUV119.69124.79138.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.29%
GREEN value IS 113 (44.53% from 255) = 31.22%
BLUE value IS 114 (44.92% from 255) = 31.49%
R=37.29%
G=31.22%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511311400.160.160.47357.278.8748.63
Hex877172010102F165931
Octal20716116202020575451161
Binary1000011111100011110010010000100001011111011001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877172; }

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

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

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

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

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

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

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

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