#8E6F76

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

Shades of Empress #8E6F76

Tints of Empress #8E6F76

Color information

#8E6F76 (or 0x8E6F76) is unknown color: approx Empress. HEX triplet: 8E, 6F and 76. RGB value is (142,111,118). Sum of RGB (Red+Green+Blue) = 142+111+118=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6F76 is #719089. Grayscale: #797979. Windows color (decimal): -7442570 or 7761806. OLE color: 7761806.

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

Color convert

RGB142111118-
CMYK00.220.170.44
HSL346.45º12.25%49.61%-
HSV(B)346.45º21.83%55.69%-
XYZ20.1118.4319.64-
YUV121.07126.27142.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.27%
GREEN value IS 111 (43.75% from 255) = 29.92%
BLUE value IS 118 (46.48% from 255) = 31.81%
R=38.27%
G=29.92%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211111800.220.170.44346.4512.2549.61
Hex8E6F76016112C15ac32
Octal21615716602621545321462
Binary1000111011011111110110010110100011011001010110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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