#887D7E

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

Shades of Empress #887D7E

Tints of Empress #887D7E

Color information

#887D7E (or 0x887D7E) is unknown color: approx Empress. HEX triplet: 88, 7D and 7E. RGB value is (136,125,126). Sum of RGB (Red+Green+Blue) = 136+125+126=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 136 - color contains mainly: red. Hex color #887D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D7E is #778281. Grayscale: #808080. Windows color (decimal): -7832194 or 8289672. OLE color: 8289672.

HSL color Cylindrical-coordinate representation of color #887D7E: hue angle of 354.55º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #887D7E is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB136125126-
CMYK00.080.070.47
HSL354.55º4.42%51.18%-
HSV(B)354.55º8.09%53.33%-
XYZ21.2521.4122.75-
YUV128.4126.64133.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.14%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=35.14%
G=32.30%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612512600.080.070.47354.554.4251.18
Hex887D7E0872F163433
Octal210175176010757543463
Binary100010001111101111111001000111101111101100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887D7E; }

 p { color: rgb(136,125,126); }

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

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

 a { background-color: rgb(136,125,126); }

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

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

 span { border-color: rgb(136,125,126); }

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