#8E7073

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

Shades of Empress #8E7073

Tints of Empress #8E7073

Color information

#8E7073 (or 0x8E7073) is unknown color: approx Empress. HEX triplet: 8E, 70 and 73. RGB value is (142,112,115). Sum of RGB (Red+Green+Blue) = 142+112+115=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7073 is #718F8C. Grayscale: #797979. Windows color (decimal): -7442317 or 7565454. OLE color: 7565454.

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

Color convert

RGB142112115-
CMYK00.210.190.44
HSL354º11.81%49.8%-
HSV(B)354º21.13%55.69%-
XYZ20.0418.5818.75-
YUV121.31124.44142.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.48%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 115 (45.31% from 255) = 31.17%
R=38.48%
G=30.35%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211211500.210.190.4435411.8149.8
Hex8E7073015132C162c32
Octal21616016302523545421462
Binary1000111011100001110011010101100111011001011000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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