#887475

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

Shades of Empress #887475

Tints of Empress #887475

Color information

#887475 (or 0x887475) is unknown color: approx Empress. HEX triplet: 88, 74 and 75. RGB value is (136,116,117). Sum of RGB (Red+Green+Blue) = 136+116+117=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 136 - color contains mainly: red. Hex color #887475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887475 is #778B8A. Grayscale: #7A7A7A. Windows color (decimal): -7834507 or 7697544. OLE color: 7697544.

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

Color convert

RGB136116117-
CMYK00.150.140.47
HSL357º7.94%49.41%-
HSV(B)357º14.71%53.33%-
XYZ19.6119.0119.47-
YUV122.09125.13137.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.86%
GREEN value IS 116 (45.70% from 255) = 31.44%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=36.86%
G=31.44%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611611700.150.140.473577.9449.41
Hex8874750FE2F165831
Octal21016416501716575451061
Binary10001000111010011101010111111101011111011001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887475; }

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

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

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

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

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

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

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

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