#8B7579

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

Shades of Empress #8B7579

Tints of Empress #8B7579

Color information

#8B7579 (or 0x8B7579) is unknown color: approx Empress. HEX triplet: 8B, 75 and 79. RGB value is (139,117,121). Sum of RGB (Red+Green+Blue) = 139+117+121=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7579 is #748A86. Grayscale: #7C7C7C. Windows color (decimal): -7637639 or 7959947. OLE color: 7959947.

HSL color Cylindrical-coordinate representation of color #8B7579: hue angle of 349.09º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B7579 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB139117121-
CMYK00.160.130.45
HSL349.09º8.66%50.2%-
HSV(B)349.09º15.83%54.51%-
XYZ20.4619.5920.79-
YUV124.03126.29138.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.87%
GREEN value IS 117 (46.09% from 255) = 31.03%
BLUE value IS 121 (47.66% from 255) = 32.10%
R=36.87%
G=31.03%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911712100.160.130.45349.098.6650.2
Hex8B7579010D2D15d932
Octal21316517102015555351162
Binary100010111110101111100101000011011011011010111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,117,121); }

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

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

 a { background-color: rgb(139,117,121); }

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

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

 span { border-color: rgb(139,117,121); }

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