#8E6F72

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

Shades of Empress #8E6F72

Tints of Empress #8E6F72

Color information

#8E6F72 (or 0x8E6F72) is unknown color: approx Empress. HEX triplet: 8E, 6F and 72. RGB value is (142,111,114). Sum of RGB (Red+Green+Blue) = 142+111+114=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6F72 is #71908D. Grayscale: #787878. Windows color (decimal): -7442574 or 7499662. OLE color: 7499662.

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

Color convert

RGB142111114-
CMYK00.220.200.44
HSL354.19º12.25%49.61%-
HSV(B)354.19º21.83%55.69%-
XYZ19.8818.3318.41-
YUV120.61124.27143.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.69%
GREEN value IS 111 (43.75% from 255) = 30.25%
BLUE value IS 114 (44.92% from 255) = 31.06%
R=38.69%
G=30.25%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211111400.220.200.44354.1912.2549.61
Hex8E6F72016142C162c32
Octal21615716202624545421462
Binary1000111011011111110010010110101001011001011000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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