#887075

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

Shades of Empress #887075

Tints of Empress #887075

Color information

#887075 (or 0x887075) is unknown color: approx Empress. HEX triplet: 88, 70 and 75. RGB value is (136,112,117). Sum of RGB (Red+Green+Blue) = 136+112+117=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #887075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887075 is #778F8A. Grayscale: #777777. Windows color (decimal): -7835531 or 7696520. OLE color: 7696520.

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

Color convert

RGB136112117-
CMYK00.180.140.47
HSL347.5º9.68%48.63%-
HSV(B)347.5º17.65%53.33%-
XYZ19.1618.1119.31-
YUV119.75126.45139.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 112 (44.14% from 255) = 30.68%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=37.26%
G=30.68%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611211700.180.140.47347.59.6848.63
Hex887075012E2F15ca31
Octal21016016502216575341261
Binary100010001110000111010101001011101011111010111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887075; }

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

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

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

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

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

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

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

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