#774779

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

Shades of Eminence #774779

Tints of Eminence #774779

Color information

#774779 (or 0x774779) is unknown color: approx Eminence. HEX triplet: 77, 47 and 79. RGB value is (119,71,121). Sum of RGB (Red+Green+Blue) = 119+71+121=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 121 - color contains mainly: blue. Hex color #774779 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774779 is #88B886. Grayscale: #5A5A5A. Windows color (decimal): -8960135 or 7948151. OLE color: 7948151.

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

Color convert

RGB11971121-
CMYK0.020.4100.53
HSL297.6º26.04%37.65%-
HSV(B)297.6º41.32%47.45%-
XYZ13.319.8119.28-
YUV91.05144.9147.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.26%
GREEN value IS 71 (28.12% from 255) = 22.83%
BLUE value IS 121 (47.66% from 255) = 38.91%
R=38.26%
G=22.83%
B=38.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119711210.020.4100.53297.626.0437.65
Hex77477922903512a1a26
Octal1671071712510654523246
Binary11101111000111111100110101001011010110010101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774779; }

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

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

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

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

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

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

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

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