#8F7074

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

Shades of Empress #8F7074

Tints of Empress #8F7074

Color information

#8F7074 (or 0x8F7074) is unknown color: approx Empress. HEX triplet: 8F, 70 and 74. RGB value is (143,112,116). Sum of RGB (Red+Green+Blue) = 143+112+116=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7074 is #708F8B. Grayscale: #797979. Windows color (decimal): -7376780 or 7630991. OLE color: 7630991.

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

Color convert

RGB143112116-
CMYK00.220.190.44
HSL352.26º12.16%50%-
HSV(B)352.26º21.68%56.08%-
XYZ20.2718.6919.06-
YUV121.72124.77143.17-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.54%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 116 (45.70% from 255) = 31.27%
R=38.54%
G=30.19%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311211600.220.190.44352.2612.1650
Hex8F7074016132C160c32
Octal21716016402623545401462
Binary1000111111100001110100010110100111011001011000001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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