#8D6E72

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

Shades of Empress #8D6E72

Tints of Empress #8D6E72

Color information

#8D6E72 (or 0x8D6E72) is unknown color: approx Empress. HEX triplet: 8D, 6E and 72. RGB value is (141,110,114). Sum of RGB (Red+Green+Blue) = 141+110+114=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6E72 is #72918D. Grayscale: #777777. Windows color (decimal): -7508366 or 7499405. OLE color: 7499405.

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

Color convert

RGB141110114-
CMYK00.220.190.45
HSL352.26º12.35%49.22%-
HSV(B)352.26º21.99%55.29%-
XYZ19.618.0318.37-
YUV119.72124.77143.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.63%
GREEN value IS 110 (43.36% from 255) = 30.14%
BLUE value IS 114 (44.92% from 255) = 31.23%
R=38.63%
G=30.14%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111011400.220.190.45352.2612.3549.22
Hex8D6E72016132D160c31
Octal21515616202623555401461
Binary1000110111011101110010010110100111011011011000001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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