#773076

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

Shades of Eminence #773076

Tints of Eminence #773076

Color information

#773076 (or 0x773076) is unknown color: approx Eminence. HEX triplet: 77, 30 and 76. RGB value is (119,48,118). Sum of RGB (Red+Green+Blue) = 119+48+118=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #773076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773076 is #88CF89. Grayscale: #4D4D4D. Windows color (decimal): -8966026 or 7745655. OLE color: 7745655.

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

Color convert

RGB11948118-
CMYK00.600.010.53
HSL300.85º42.51%32.75%-
HSV(B)300.85º59.66%46.67%-
XYZ11.937.3417.93-
YUV77.21151.02157.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 48 (19.14% from 255) = 16.84%
BLUE value IS 118 (46.48% from 255) = 41.40%
R=41.75%
G=16.84%
B=41.40%

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
Decimal1194811800.600.010.53300.8542.5132.75
Hex77307603C13512d2b21
Octal167601660741654555341
Binary1110111110000111011001111001110101100101101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773076; }

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

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

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

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

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

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

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

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