#8F6F74

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

Shades of Empress #8F6F74

Tints of Empress #8F6F74

Color information

#8F6F74 (or 0x8F6F74) is unknown color: approx Empress. HEX triplet: 8F, 6F and 74. RGB value is (143,111,116). Sum of RGB (Red+Green+Blue) = 143+111+116=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6F74 is #70908B. Grayscale: #797979. Windows color (decimal): -7377036 or 7630735. OLE color: 7630735.

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

Color convert

RGB143111116-
CMYK00.220.190.44
HSL350.62º12.6%49.8%-
HSV(B)350.62º22.38%56.08%-
XYZ20.1618.4719.03-
YUV121.14125.1143.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.65%
GREEN value IS 111 (43.75% from 255) = 30%
BLUE value IS 116 (45.70% from 255) = 31.35%
R=38.65%
G=30%
B=31.35%

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
Decimal14311111600.220.190.44350.6212.649.8
Hex8F6F74016132C15fd32
Octal21715716402623545371562
Binary1000111111011111110100010110100111011001010111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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