#8F7072

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

Shades of Empress #8F7072

Tints of Empress #8F7072

Color information

#8F7072 (or 0x8F7072) is unknown color: approx Empress. HEX triplet: 8F, 70 and 72. RGB value is (143,112,114). Sum of RGB (Red+Green+Blue) = 143+112+114=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7072 is #708F8D. Grayscale: #797979. Windows color (decimal): -7376782 or 7499919. OLE color: 7499919.

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

Color convert

RGB143112114-
CMYK00.220.200.44
HSL356.13º12.16%50%-
HSV(B)356.13º21.68%56.08%-
XYZ20.1618.6418.46-
YUV121.5123.77143.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.75%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 114 (44.92% from 255) = 30.89%
R=38.75%
G=30.35%
B=30.89%

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
Decimal14311211400.220.200.44356.1312.1650
Hex8F7072016142C164c32
Octal21716016202624545441462
Binary1000111111100001110010010110101001011001011001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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