#8F6F72

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

Shades of Empress #8F6F72

Tints of Empress #8F6F72

Color information

#8F6F72 (or 0x8F6F72) is unknown color: approx Empress. HEX triplet: 8F, 6F and 72. RGB value is (143,111,114). Sum of RGB (Red+Green+Blue) = 143+111+114=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6F72 is #70908D. Grayscale: #787878. Windows color (decimal): -7377038 or 7499663. OLE color: 7499663.

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

Color convert

RGB143111114-
CMYK00.220.200.44
HSL354.38º12.6%49.8%-
HSV(B)354.38º22.38%56.08%-
XYZ20.0518.4218.42-
YUV120.91124.1143.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.86%
GREEN value IS 111 (43.75% from 255) = 30.16%
BLUE value IS 114 (44.92% from 255) = 30.98%
R=38.86%
G=30.16%
B=30.98%

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
Decimal14311111400.220.200.44354.3812.649.8
Hex8F6F72016142C162d32
Octal21715716202624545421562
Binary1000111111011111110010010110101001011001011000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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