#774A79

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

Shades of Eminence #774A79

Tints of Eminence #774A79

Color information

#774A79 (or 0x774A79) is unknown color: approx Eminence. HEX triplet: 77, 4A and 79. RGB value is (119,74,121). Sum of RGB (Red+Green+Blue) = 119+74+121=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 121 - color contains mainly: blue. Hex color #774A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A79 is #88B586. Grayscale: #5C5C5C. Windows color (decimal): -8959367 or 7948919. OLE color: 7948919.

HSL color Cylindrical-coordinate representation of color #774A79: hue angle of 297.45º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #774A79 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11974121-
CMYK0.020.3900.53
HSL297.45º24.1%38.24%-
HSV(B)297.45º38.84%47.45%-
XYZ13.5110.219.35-
YUV92.81143.91146.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.90%
GREEN value IS 74 (29.30% from 255) = 23.57%
BLUE value IS 121 (47.66% from 255) = 38.54%
R=37.90%
G=23.57%
B=38.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119741210.020.3900.53297.4524.138.24
Hex774A792270351291826
Octal1671121712470654513046
Binary11101111001010111100110100111011010110010100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774A79; }

 p { color: rgb(119,74,121); }

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

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

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

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

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

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

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