#8C7778

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

Shades of Empress #8C7778

Tints of Empress #8C7778

Color information

#8C7778 (or 0x8C7778) is unknown color: approx Empress. HEX triplet: 8C, 77 and 78. RGB value is (140,119,120). Sum of RGB (Red+Green+Blue) = 140+119+120=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7778 is #738887. Grayscale: #7D7D7D. Windows color (decimal): -7571592 or 7894924. OLE color: 7894924.

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

Color convert

RGB140119120-
CMYK00.150.140.45
HSL357.14º8.37%50.78%-
HSV(B)357.14º15%54.9%-
XYZ20.820.1320.56-
YUV125.39124.96138.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.94%
GREEN value IS 119 (46.88% from 255) = 31.40%
BLUE value IS 120 (47.27% from 255) = 31.66%
R=36.94%
G=31.40%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011912000.150.140.45357.148.3750.78
Hex8C77780FE2D165833
Octal21416717001716555451063
Binary10001100111011111110000111111101011011011001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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