#8D7C7D

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

Shades of Empress #8D7C7D

Tints of Empress #8D7C7D

Color information

#8D7C7D (or 0x8D7C7D) is unknown color: approx Empress. HEX triplet: 8D, 7C and 7D. RGB value is (141,124,125). Sum of RGB (Red+Green+Blue) = 141+124+125=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7C7D is #728382. Grayscale: #818181. Windows color (decimal): -7504771 or 8223885. OLE color: 8223885.

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

Color convert

RGB141124125-
CMYK00.120.110.45
HSL356.47º6.94%51.96%-
HSV(B)356.47º12.06%55.29%-
XYZ21.8921.5622.41-
YUV129.2125.63136.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.15%
GREEN value IS 124 (48.83% from 255) = 31.79%
BLUE value IS 125 (49.22% from 255) = 32.05%
R=36.15%
G=31.79%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112412500.120.110.45356.476.9451.96
Hex8D7C7D0CB2D164734
Octal2151741750141355544764
Binary1000110111111001111101011001011101101101100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,124,125); }

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

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

 a { background-color: rgb(141,124,125); }

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

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

 span { border-color: rgb(141,124,125); }

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