#764576

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

Shades of Eminence #764576

Tints of Eminence #764576

Color information

#764576 (or 0x764576) is unknown color: approx Eminence. HEX triplet: 76, 45 and 76. RGB value is (118,69,118). Sum of RGB (Red+Green+Blue) = 118+69+118=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #764576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764576 is #89BA89. Grayscale: #595959. Windows color (decimal): -9026186 or 7751030. OLE color: 7751030.

HSL color Cylindrical-coordinate representation of color #764576: hue angle of 300º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #764576 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11869118-
CMYK00.4200.54
HSL300º26.2%36.67%-
HSV(B)300º41.53%46.27%-
XYZ12.879.4218.28-
YUV89.24144.23148.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 69 (27.34% from 255) = 22.62%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=38.69%
G=22.62%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186911800.4200.5430026.236.67
Hex76457602A03612c1a25
Octal1661051660520664543245
Binary1110110100010111101100101010011011010010110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764576; }

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

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

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

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

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

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

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

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