#773176

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

Shades of Eminence #773176

Tints of Eminence #773176

Color information

#773176 (or 0x773176) is unknown color: approx Eminence. HEX triplet: 77, 31 and 76. RGB value is (119,49,118). Sum of RGB (Red+Green+Blue) = 119+49+118=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #773176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773176 is #88CE89. Grayscale: #4D4D4D. Windows color (decimal): -8965770 or 7745911. OLE color: 7745911.

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

Color convert

RGB11949118-
CMYK00.590.010.53
HSL300.86º41.67%32.94%-
HSV(B)300.86º58.82%46.67%-
XYZ11.987.4317.94-
YUV77.8150.69157.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.61%
GREEN value IS 49 (19.53% from 255) = 17.13%
BLUE value IS 118 (46.48% from 255) = 41.26%
R=41.61%
G=17.13%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194911800.590.010.53300.8641.6732.94
Hex77317603B13512d2a21
Octal167611660731654555241
Binary1110111110001111011001110111110101100101101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773176; }

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

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

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

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

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

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

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

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