#877C7D

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

Shades of Empress #877C7D

Tints of Empress #877C7D

Color information

#877C7D (or 0x877C7D) is unknown color: approx Empress. HEX triplet: 87, 7C and 7D. RGB value is (135,124,125). Sum of RGB (Red+Green+Blue) = 135+124+125=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 135 - color contains mainly: red. Hex color #877C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877C7D is #788382. Grayscale: #7F7F7F. Windows color (decimal): -7897987 or 8223879. OLE color: 8223879.

HSL color Cylindrical-coordinate representation of color #877C7D: 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 #877C7D is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB135124125-
CMYK00.080.070.47
HSL354.55º4.38%50.78%-
HSV(B)354.55º8.15%52.94%-
XYZ20.921.0522.36-
YUV127.4126.64133.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.16%
GREEN value IS 124 (48.83% from 255) = 32.29%
BLUE value IS 125 (49.22% from 255) = 32.55%
R=35.16%
G=32.29%
B=32.55%

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
Decimal13512412500.080.070.47354.554.3850.78
Hex877C7D0872F163433
Octal207174175010757543463
Binary100001111111100111110101000111101111101100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877C7D; }

 p { color: rgb(135,124,125); }

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

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

 a { background-color: rgb(135,124,125); }

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

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

 span { border-color: rgb(135,124,125); }

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