#887172

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

Shades of Empress #887172

Tints of Empress #887172

Color information

#887172 (or 0x887172) is unknown color: approx Empress. HEX triplet: 88, 71 and 72. RGB value is (136,113,114). Sum of RGB (Red+Green+Blue) = 136+113+114=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #887172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887172 is #778E8D. Grayscale: #787878. Windows color (decimal): -7835278 or 7500168. OLE color: 7500168.

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

Color convert

RGB136113114-
CMYK00.170.160.47
HSL357.39º9.24%48.82%-
HSV(B)357.39º16.91%53.33%-
XYZ19.118.2618.44-
YUV119.99124.62139.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 113 (44.53% from 255) = 31.13%
BLUE value IS 114 (44.92% from 255) = 31.40%
R=37.47%
G=31.13%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611311400.170.160.47357.399.2448.82
Hex887172011102F165931
Octal21016116202120575451161
Binary1000100011100011110010010001100001011111011001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887172; }

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

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

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

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

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

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

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

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