#8E797A

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

Shades of Empress #8E797A

Tints of Empress #8E797A

Color information

#8E797A (or 0x8E797A) is unknown color: approx Empress. HEX triplet: 8E, 79 and 7A. RGB value is (142,121,122). Sum of RGB (Red+Green+Blue) = 142+121+122=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 142 - color contains mainly: red. Hex color #8E797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E797A is #718685. Grayscale: #7F7F7F. Windows color (decimal): -7440006 or 8026510. OLE color: 8026510.

HSL color Cylindrical-coordinate representation of color #8E797A: hue angle of 357.14º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E797A is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB142121122-
CMYK00.150.140.44
HSL357.14º8.5%51.57%-
HSV(B)357.14º14.79%55.69%-
XYZ21.5120.8321.3-
YUV127.39124.96138.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.88%
GREEN value IS 121 (47.66% from 255) = 31.43%
BLUE value IS 122 (48.05% from 255) = 31.69%
R=36.88%
G=31.43%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212112200.150.140.44357.148.551.57
Hex8E797A0FE2C165934
Octal21617117201716545451164
Binary10001110111100111110100111111101011001011001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E797A; }

 p { color: rgb(142,121,122); }

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

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

 a { background-color: rgb(142,121,122); }

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

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

 span { border-color: rgb(142,121,122); }

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