#8B7478

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

Shades of Empress #8B7478

Tints of Empress #8B7478

Color information

#8B7478 (or 0x8B7478) is unknown color: approx Empress. HEX triplet: 8B, 74 and 78. RGB value is (139,116,120). Sum of RGB (Red+Green+Blue) = 139+116+120=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7478 is #748B87. Grayscale: #7B7B7B. Windows color (decimal): -7637896 or 7894155. OLE color: 7894155.

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

Color convert

RGB139116120-
CMYK00.170.140.45
HSL349.57º9.02%50%-
HSV(B)349.57º16.55%54.51%-
XYZ20.2819.3420.43-
YUV123.33126.12139.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.07%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 120 (47.27% from 255) = 32%
R=37.07%
G=30.93%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911612000.170.140.45349.579.0250
Hex8B7478011E2D15e932
Octal21316417002116555361162
Binary100010111110100111100001000111101011011010111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,116,120); }

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

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

 a { background-color: rgb(139,116,120); }

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

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

 span { border-color: rgb(139,116,120); }

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