#8E7076

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

Shades of Empress #8E7076

Tints of Empress #8E7076

Color information

#8E7076 (or 0x8E7076) is unknown color: approx Empress. HEX triplet: 8E, 70 and 76. RGB value is (142,112,118). Sum of RGB (Red+Green+Blue) = 142+112+118=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7076 is #718F89. Grayscale: #797979. Windows color (decimal): -7442314 or 7762062. OLE color: 7762062.

HSL color Cylindrical-coordinate representation of color #8E7076: hue angle of 348º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E7076 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB142112118-
CMYK00.210.170.44
HSL348º11.81%49.8%-
HSV(B)348º21.13%55.69%-
XYZ20.2218.6519.67-
YUV121.65125.94142.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.17%
GREEN value IS 112 (44.14% from 255) = 30.11%
BLUE value IS 118 (46.48% from 255) = 31.72%
R=38.17%
G=30.11%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211211800.210.170.4434811.8149.8
Hex8E7076015112C15cc32
Octal21616016602521545341462
Binary1000111011100001110110010101100011011001010111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,112,118); }

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

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

 a { background-color: rgb(142,112,118); }

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

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

 span { border-color: rgb(142,112,118); }

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