#877A7C

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

Shades of Empress #877A7C

Tints of Empress #877A7C

Color information

#877A7C (or 0x877A7C) is unknown color: approx Empress. HEX triplet: 87, 7A and 7C. RGB value is (135,122,124). Sum of RGB (Red+Green+Blue) = 135+122+124=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 135 - color contains mainly: red. Hex color #877A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A7C is #788583. Grayscale: #7E7E7E. Windows color (decimal): -7898500 or 8157831. OLE color: 8157831.

HSL color Cylindrical-coordinate representation of color #877A7C: hue angle of 350.77º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #877A7C is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB135122124-
CMYK00.100.080.47
HSL350.77º5.14%50.39%-
HSV(B)350.77º9.63%52.94%-
XYZ20.5920.5321.95-
YUV126.11126.81134.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.43%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 124 (48.83% from 255) = 32.55%
R=35.43%
G=32.02%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512212400.100.080.47350.775.1450.39
Hex877A7C0A82F15f532
Octal2071721740121057537562
Binary1000011111110101111100010101000101111101011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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