#773274

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

Shades of Eminence #773274

Tints of Eminence #773274

Color information

#773274 (or 0x773274) is unknown color: approx Eminence. HEX triplet: 77, 32 and 74. RGB value is (119,50,116). Sum of RGB (Red+Green+Blue) = 119+50+116=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #773274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773274 is #88CD8B. Grayscale: #4D4D4D. Windows color (decimal): -8965516 or 7615095. OLE color: 7615095.

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

Color convert

RGB11950116-
CMYK00.580.030.53
HSL302.61º40.83%33.14%-
HSV(B)302.61º57.98%46.67%-
XYZ11.97.4617.34-
YUV78.16149.36157.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 50 (19.92% from 255) = 17.54%
BLUE value IS 116 (45.70% from 255) = 40.70%
R=41.75%
G=17.54%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195011600.580.030.53302.6140.8333.14
Hex77327403A33512f2921
Octal167621640723654575141
Binary11101111100101110100011101011110101100101111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773274; }

 p { color: rgb(119,50,116); }

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

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

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

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

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

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

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