#8E7075

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

Shades of Empress #8E7075

Tints of Empress #8E7075

Color information

#8E7075 (or 0x8E7075) is unknown color: approx Empress. HEX triplet: 8E, 70 and 75. RGB value is (142,112,117). Sum of RGB (Red+Green+Blue) = 142+112+117=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7075 is #718F8A. Grayscale: #797979. Windows color (decimal): -7442315 or 7696526. OLE color: 7696526.

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

Color convert

RGB142112117-
CMYK00.210.180.44
HSL350º11.81%49.8%-
HSV(B)350º21.13%55.69%-
XYZ20.1618.6219.36-
YUV121.54125.44142.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.27%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=38.27%
G=30.19%
B=31.54%

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
Decimal14211211700.210.180.4435011.8149.8
Hex8E7075015122C15ec32
Octal21616016502522545361462
Binary1000111011100001110101010101100101011001010111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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