#774778

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

Shades of Eminence #774778

Tints of Eminence #774778

Color information

#774778 (or 0x774778) is unknown color: approx Eminence. HEX triplet: 77, 47 and 78. RGB value is (119,71,120). Sum of RGB (Red+Green+Blue) = 119+71+120=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 120 - color contains mainly: blue. Hex color #774778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774778 is #88B887. Grayscale: #5A5A5A. Windows color (decimal): -8960136 or 7882615. OLE color: 7882615.

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

Color convert

RGB11971120-
CMYK0.010.4100.53
HSL298.78º25.65%37.45%-
HSV(B)298.78º40.83%47.06%-
XYZ13.259.7818.96-
YUV90.94144.4148.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.39%
GREEN value IS 71 (28.12% from 255) = 22.90%
BLUE value IS 120 (47.27% from 255) = 38.71%
R=38.39%
G=22.90%
B=38.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119711200.010.4100.53298.7825.6537.45
Hex77477812903512b1a25
Octal1671071701510654533245
Binary1110111100011111110001101001011010110010101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774778; }

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

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

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

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

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

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

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

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