#764776

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

Shades of Eminence #764776

Tints of Eminence #764776

Color information

#764776 (or 0x764776) is unknown color: approx Eminence. HEX triplet: 76, 47 and 76. RGB value is (118,71,118). Sum of RGB (Red+Green+Blue) = 118+71+118=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #764776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764776 is #89B889. Grayscale: #5A5A5A. Windows color (decimal): -9025674 or 7751542. OLE color: 7751542.

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

Color convert

RGB11871118-
CMYK00.4000.54
HSL300º24.87%37.06%-
HSV(B)300º39.83%46.27%-
XYZ12.999.6718.32-
YUV90.41143.57147.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 71 (28.12% from 255) = 23.13%
BLUE value IS 118 (46.48% from 255) = 38.44%
R=38.44%
G=23.13%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187111800.4000.5430024.8737.06
Hex76477602803612c1925
Octal1661071660500664543145
Binary1110110100011111101100101000011011010010110011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764776; }

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

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

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

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

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

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

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

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