#764579

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

Shades of Eminence #764579

Tints of Eminence #764579

Color information

#764579 (or 0x764579) is unknown color: approx Eminence. HEX triplet: 76, 45 and 79. RGB value is (118,69,121). Sum of RGB (Red+Green+Blue) = 118+69+121=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 121 - color contains mainly: blue. Hex color #764579 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764579 is #89BA86. Grayscale: #595959. Windows color (decimal): -9026183 or 7947638. OLE color: 7947638.

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

Color convert

RGB11869121-
CMYK0.020.4300.53
HSL296.54º27.37%37.25%-
HSV(B)296.54º42.98%47.45%-
XYZ13.059.4919.23-
YUV89.58145.73148.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 121 (47.66% from 255) = 39.29%
R=38.31%
G=22.40%
B=39.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118691210.020.4300.53296.5427.3737.25
Hex76457922B0351291b25
Octal1661051712530654513345
Binary11101101000101111100110101011011010110010100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764579; }

 p { color: rgb(118,69,121); }

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

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

 a { background-color: rgb(118,69,121); }

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

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

 span { border-color: rgb(118,69,121); }

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