#764778

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

Shades of Eminence #764778

Tints of Eminence #764778

Color information

#764778 (or 0x764778) is unknown color: approx Eminence. HEX triplet: 76, 47 and 78. RGB value is (118,71,120). Sum of RGB (Red+Green+Blue) = 118+71+120=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 120 - color contains mainly: blue. Hex color #764778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764778 is #89B887. Grayscale: #5A5A5A. Windows color (decimal): -9025672 or 7882614. OLE color: 7882614.

HSL color Cylindrical-coordinate representation of color #764778: hue angle of 297.55º 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 #764778 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11871120-
CMYK0.020.4100.53
HSL297.55º25.65%37.45%-
HSV(B)297.55º40.83%47.06%-
XYZ13.119.7118.95-
YUV90.64144.57147.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 71 (28.12% from 255) = 22.98%
BLUE value IS 120 (47.27% from 255) = 38.83%
R=38.19%
G=22.98%
B=38.83%

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
Decimal118711200.020.4100.53297.5525.6537.45
Hex76477822903512a1a25
Octal1661071702510654523245
Binary11101101000111111100010101001011010110010101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764778; }

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

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

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

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

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

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

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

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