#8F7075

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

Shades of Empress #8F7075

Tints of Empress #8F7075

Color information

#8F7075 (or 0x8F7075) is unknown color: approx Empress. HEX triplet: 8F, 70 and 75. RGB value is (143,112,117). Sum of RGB (Red+Green+Blue) = 143+112+117=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7075 is #708F8A. Grayscale: #797979. Windows color (decimal): -7376779 or 7696527. OLE color: 7696527.

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

Color convert

RGB143112117-
CMYK00.220.180.44
HSL350.32º12.16%50%-
HSV(B)350.32º21.68%56.08%-
XYZ20.3318.7119.37-
YUV121.84125.27143.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.44%
GREEN value IS 112 (44.14% from 255) = 30.11%
BLUE value IS 117 (46.09% from 255) = 31.45%
R=38.44%
G=30.11%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311211700.220.180.44350.3212.1650
Hex8F7075016122C15ec32
Octal21716016502622545361462
Binary1000111111100001110101010110100101011001010111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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