#8B7778

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

Shades of Empress #8B7778

Tints of Empress #8B7778

Color information

#8B7778 (or 0x8B7778) is unknown color: approx Empress. HEX triplet: 8B, 77 and 78. RGB value is (139,119,120). Sum of RGB (Red+Green+Blue) = 139+119+120=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7778 is #748887. Grayscale: #7D7D7D. Windows color (decimal): -7637128 or 7894923. OLE color: 7894923.

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

Color convert

RGB139119120-
CMYK00.140.140.45
HSL357º7.94%50.59%-
HSV(B)357º14.39%54.51%-
XYZ20.6320.0420.55-
YUV125.09125.13137.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.77%
GREEN value IS 119 (46.88% from 255) = 31.48%
BLUE value IS 120 (47.27% from 255) = 31.75%
R=36.77%
G=31.48%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911912000.140.140.453577.9450.59
Hex8B77780EE2D165833
Octal21316717001616555451063
Binary10001011111011111110000111011101011011011001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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