#8E7074

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

Shades of Empress #8E7074

Tints of Empress #8E7074

Color information

#8E7074 (or 0x8E7074) is unknown color: approx Empress. HEX triplet: 8E, 70 and 74. RGB value is (142,112,116). Sum of RGB (Red+Green+Blue) = 142+112+116=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7074 is #718F8B. Grayscale: #797979. Windows color (decimal): -7442316 or 7630990. OLE color: 7630990.

HSL color Cylindrical-coordinate representation of color #8E7074: hue angle of 352º 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 #8E7074 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB142112116-
CMYK00.210.180.44
HSL352º11.81%49.8%-
HSV(B)352º21.13%55.69%-
XYZ20.118.619.05-
YUV121.43124.94142.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.38%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 116 (45.70% from 255) = 31.35%
R=38.38%
G=30.27%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211211600.210.180.4435211.8149.8
Hex8E7074015122C160c32
Octal21616016402522545401462
Binary1000111011100001110100010101100101011001011000001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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