#8E7A7B

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

Shades of Empress #8E7A7B

Tints of Empress #8E7A7B

Color information

#8E7A7B (or 0x8E7A7B) is unknown color: approx Empress. HEX triplet: 8E, 7A and 7B. RGB value is (142,122,123). Sum of RGB (Red+Green+Blue) = 142+122+123=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7A7B is #718584. Grayscale: #808080. Windows color (decimal): -7439749 or 8092302. OLE color: 8092302.

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

Color convert

RGB142122123-
CMYK00.140.130.44
HSL357º8.13%51.76%-
HSV(B)357º14.08%55.69%-
XYZ21.6921.121.67-
YUV128.09125.13137.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.69%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 123 (48.44% from 255) = 31.78%
R=36.69%
G=31.52%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212212300.140.130.443578.1351.76
Hex8E7A7B0ED2C165834
Octal21617217301615545451064
Binary10001110111101011110110111011011011001011001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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