#887275

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

Shades of Empress #887275

Tints of Empress #887275

Color information

#887275 (or 0x887275) is unknown color: approx Empress. HEX triplet: 88, 72 and 75. RGB value is (136,114,117). Sum of RGB (Red+Green+Blue) = 136+114+117=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 136 - color contains mainly: red. Hex color #887275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887275 is #778D8A. Grayscale: #787878. Windows color (decimal): -7835019 or 7697032. OLE color: 7697032.

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

Color convert

RGB136114117-
CMYK00.160.140.47
HSL351.82º8.8%49.02%-
HSV(B)351.82º16.18%53.33%-
XYZ19.3818.5519.39-
YUV120.92125.79138.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.06%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 117 (46.09% from 255) = 31.88%
R=37.06%
G=31.06%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611411700.160.140.47351.828.849.02
Hex887275010E2F160931
Octal21016216502016575401161
Binary100010001110010111010101000011101011111011000001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887275; }

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

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

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

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

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

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

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

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