#8E7277

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

Shades of Empress #8E7277

Tints of Empress #8E7277

Color information

#8E7277 (or 0x8E7277) is unknown color: approx Empress. HEX triplet: 8E, 72 and 77. RGB value is (142,114,119). Sum of RGB (Red+Green+Blue) = 142+114+119=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7277 is #718D88. Grayscale: #7A7A7A. Windows color (decimal): -7441801 or 7828110. OLE color: 7828110.

HSL color Cylindrical-coordinate representation of color #8E7277: hue angle of 349.29º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8E7277 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB142114119-
CMYK00.200.160.44
HSL349.29º11.02%50.2%-
HSV(B)349.29º19.72%55.69%-
XYZ20.519.1220.06-
YUV122.94125.78141.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.87%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 119 (46.88% from 255) = 31.73%
R=37.87%
G=30.4%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211411900.200.160.44349.2911.0250.2
Hex8E7277014102C15db32
Octal21616216702420545351362
Binary1000111011100101110111010100100001011001010111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,114,119); }

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

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

 a { background-color: rgb(142,114,119); }

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

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

 span { border-color: rgb(142,114,119); }

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