#8E7B7C

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

Shades of Empress #8E7B7C

Tints of Empress #8E7B7C

Color information

#8E7B7C (or 0x8E7B7C) is unknown color: approx Empress. HEX triplet: 8E, 7B and 7C. RGB value is (142,123,124). Sum of RGB (Red+Green+Blue) = 142+123+124=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7B7C is #718483. Grayscale: #808080. Windows color (decimal): -7439492 or 8158094. OLE color: 8158094.

HSL color Cylindrical-coordinate representation of color #8E7B7C: hue angle of 356.84º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8E7B7C is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB142123124-
CMYK00.130.130.44
HSL356.84º7.76%51.96%-
HSV(B)356.84º13.38%55.69%-
XYZ21.8821.3722.04-
YUV128.79125.29137.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.50%
GREEN value IS 123 (48.44% from 255) = 31.62%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=36.50%
G=31.62%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212312400.130.130.44356.847.7651.96
Hex8E7B7C0DD2C165834
Octal21617317401515545451064
Binary10001110111101111111000110111011011001011001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,123,124); }

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

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

 a { background-color: rgb(142,123,124); }

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

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

 span { border-color: rgb(142,123,124); }

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