#8C7678

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

Shades of Empress #8C7678

Tints of Empress #8C7678

Color information

#8C7678 (or 0x8C7678) is unknown color: approx Empress. HEX triplet: 8C, 76 and 78. RGB value is (140,118,120). Sum of RGB (Red+Green+Blue) = 140+118+120=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7678 is #738987. Grayscale: #7C7C7C. Windows color (decimal): -7571848 or 7894668. OLE color: 7894668.

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

Color convert

RGB140118120-
CMYK00.160.140.45
HSL354.55º8.73%50.59%-
HSV(B)354.55º15.71%54.9%-
XYZ20.6819.8920.52-
YUV124.81125.29138.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.04%
GREEN value IS 118 (46.48% from 255) = 31.22%
BLUE value IS 120 (47.27% from 255) = 31.75%
R=37.04%
G=31.22%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011812000.160.140.45354.558.7350.59
Hex8C7678010E2D163933
Octal21416617002016555431163
Binary100011001110110111100001000011101011011011000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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