#877D7E

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

Shades of Empress #877D7E

Tints of Empress #877D7E

Color information

#877D7E (or 0x877D7E) is unknown color: approx Empress. HEX triplet: 87, 7D and 7E. RGB value is (135,125,126). Sum of RGB (Red+Green+Blue) = 135+125+126=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 135 - color contains mainly: red. Hex color #877D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877D7E is #788281. Grayscale: #808080. Windows color (decimal): -7897730 or 8289671. OLE color: 8289671.

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

Color convert

RGB135125126-
CMYK00.070.070.47
HSL354º4%50.98%-
HSV(B)354º7.41%52.94%-
XYZ21.0921.3222.74-
YUV128.1126.81132.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.97%
GREEN value IS 125 (49.22% from 255) = 32.38%
BLUE value IS 126 (49.61% from 255) = 32.64%
R=34.97%
G=32.38%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512512600.070.070.47354450.98
Hex877D7E0772F162433
Octal20717517607757542463
Binary10000111111110111111100111111101111101100010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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