#887072

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

Shades of Empress #887072

Tints of Empress #887072

Color information

#887072 (or 0x887072) is unknown color: approx Empress. HEX triplet: 88, 70 and 72. RGB value is (136,112,114). Sum of RGB (Red+Green+Blue) = 136+112+114=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #887072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887072 is #778F8D. Grayscale: #777777. Windows color (decimal): -7835534 or 7499912. OLE color: 7499912.

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

Color convert

RGB136112114-
CMYK00.180.160.47
HSL355º9.68%48.63%-
HSV(B)355º17.65%53.33%-
XYZ18.9818.0418.4-
YUV119.4124.95139.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.57%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 114 (44.92% from 255) = 31.49%
R=37.57%
G=30.94%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611211400.180.160.473559.6848.63
Hex887072012102F163a31
Octal21016016202220575431261
Binary1000100011100001110010010010100001011111011000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887072; }

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

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

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

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

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

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

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

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