#773778

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

Shades of Eminence #773778

Tints of Eminence #773778

Color information

#773778 (or 0x773778) is unknown color: approx Eminence. HEX triplet: 77, 37 and 78. RGB value is (119,55,120). Sum of RGB (Red+Green+Blue) = 119+55+120=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 120 - color contains mainly: blue. Hex color #773778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773778 is #88C887. Grayscale: #515151. Windows color (decimal): -8964232 or 7878519. OLE color: 7878519.

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

Color convert

RGB11955120-
CMYK0.010.5400.53
HSL299.08º37.14%34.31%-
HSV(B)299.08º54.17%47.06%-
XYZ12.368.0118.66-
YUV81.55149.7154.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 55 (21.88% from 255) = 18.71%
BLUE value IS 120 (47.27% from 255) = 40.82%
R=40.48%
G=18.71%
B=40.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119551200.010.5400.53299.0837.1434.31
Hex77377813603512b2522
Octal167671701660654534542
Binary1110111110111111100011101100110101100101011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773778; }

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

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

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

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

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

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

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

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