#764976

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

Shades of Eminence #764976

Tints of Eminence #764976

Color information

#764976 (or 0x764976) is unknown color: approx Eminence. HEX triplet: 76, 49 and 76. RGB value is (118,73,118). Sum of RGB (Red+Green+Blue) = 118+73+118=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #764976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764976 is #89B689. Grayscale: #5B5B5B. Windows color (decimal): -9025162 or 7752054. OLE color: 7752054.

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

Color convert

RGB11873118-
CMYK00.3800.54
HSL300º23.56%37.45%-
HSV(B)300º38.14%46.27%-
XYZ13.129.9218.36-
YUV91.58142.91146.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 73 (28.91% from 255) = 23.62%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=38.19%
G=23.62%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187311800.3800.5430023.5637.45
Hex76497602603612c1825
Octal1661111660460664543045
Binary1110110100100111101100100110011011010010110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764976; }

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

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

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

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

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

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

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

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