#8E7C7D

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

Shades of Empress #8E7C7D

Tints of Empress #8E7C7D

Color information

#8E7C7D (or 0x8E7C7D) is unknown color: approx Empress. HEX triplet: 8E, 7C and 7D. RGB value is (142,124,125). Sum of RGB (Red+Green+Blue) = 142+124+125=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7C7D is #718382. Grayscale: #818181. Windows color (decimal): -7439235 or 8223886. OLE color: 8223886.

HSL color Cylindrical-coordinate representation of color #8E7C7D: hue angle of 356.67º degrees, saturation: 0.07, 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 #8E7C7D is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB142124125-
CMYK00.130.120.44
HSL356.67º7.38%52.16%-
HSV(B)356.67º12.68%55.69%-
XYZ22.0621.6522.42-
YUV129.5125.46136.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.32%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 125 (49.22% from 255) = 31.97%
R=36.32%
G=31.71%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212412500.130.120.44356.677.3852.16
Hex8E7C7D0DC2C165734
Octal2161741750151454545764
Binary1000111011111001111101011011100101100101100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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