#783077

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

Shades of Eminence #783077

Tints of Eminence #783077

Color information

#783077 (or 0x783077) is unknown color: approx Eminence. HEX triplet: 78, 30 and 77. RGB value is (120,48,119). Sum of RGB (Red+Green+Blue) = 120+48+119=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #783077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783077 is #87CF88. Grayscale: #4D4D4D. Windows color (decimal): -8900489 or 7811192. OLE color: 7811192.

HSL color Cylindrical-coordinate representation of color #783077: hue angle of 300.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #783077 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB12048119-
CMYK00.600.010.53
HSL300.83º42.86%32.94%-
HSV(B)300.83º60%47.06%-
XYZ12.137.4418.25-
YUV77.62151.35158.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.81%
GREEN value IS 48 (19.14% from 255) = 16.72%
BLUE value IS 119 (46.88% from 255) = 41.46%
R=41.81%
G=16.72%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204811900.600.010.53300.8342.8632.94
Hex78307703C13512d2b21
Octal170601670741654555341
Binary1111000110000111011101111001110101100101101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783077; }

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

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

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

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

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

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

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

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