#773077

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

Shades of Eminence #773077

Tints of Eminence #773077

Color information

#773077 (or 0x773077) is unknown color: approx Eminence. HEX triplet: 77, 30 and 77. RGB value is (119,48,119). Sum of RGB (Red+Green+Blue) = 119+48+119=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #773077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773077 is #88CF88. Grayscale: #4D4D4D. Windows color (decimal): -8966025 or 7811191. OLE color: 7811191.

HSL color Cylindrical-coordinate representation of color #773077: hue angle of 300º 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 #773077 is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11948119-
CMYK00.6000.53
HSL300º42.51%32.75%-
HSV(B)300º59.66%46.67%-
XYZ11.997.3718.24-
YUV77.32151.52157.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.61%
GREEN value IS 48 (19.14% from 255) = 16.78%
BLUE value IS 119 (46.88% from 255) = 41.61%
R=41.61%
G=16.78%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194811900.6000.5330042.5132.75
Hex77307703C03512c2b21
Octal167601670740654545341
Binary1110111110000111011101111000110101100101100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773077; }

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

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

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

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

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

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

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

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