#8D6F72

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

Shades of Empress #8D6F72

Tints of Empress #8D6F72

Color information

#8D6F72 (or 0x8D6F72) is unknown color: approx Empress. HEX triplet: 8D, 6F and 72. RGB value is (141,111,114). Sum of RGB (Red+Green+Blue) = 141+111+114=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6F72 is #72908D. Grayscale: #787878. Windows color (decimal): -7508110 or 7499661. OLE color: 7499661.

HSL color Cylindrical-coordinate representation of color #8D6F72: hue angle of 354º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D6F72 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB141111114-
CMYK00.210.190.45
HSL354º11.9%49.41%-
HSV(B)354º21.28%55.29%-
XYZ19.7118.2518.4-
YUV120.31124.44142.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.52%
GREEN value IS 111 (43.75% from 255) = 30.33%
BLUE value IS 114 (44.92% from 255) = 31.15%
R=38.52%
G=30.33%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111111400.210.190.4535411.949.41
Hex8D6F72015132D162c31
Octal21515716202523555421461
Binary1000110111011111110010010101100111011011011000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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