#764477

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

Shades of Eminence #764477

Tints of Eminence #764477

Color information

#764477 (or 0x764477) is unknown color: approx Eminence. HEX triplet: 76, 44 and 77. RGB value is (118,68,119). Sum of RGB (Red+Green+Blue) = 118+68+119=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 119 - color contains mainly: blue. Hex color #764477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764477 is #89BB88. Grayscale: #585858. Windows color (decimal): -9026441 or 7816310. OLE color: 7816310.

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

Color convert

RGB11868119-
CMYK0.010.4300.53
HSL298.82º27.27%36.67%-
HSV(B)298.82º42.86%46.67%-
XYZ12.879.3218.57-
YUV88.76145.06148.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 68 (26.95% from 255) = 22.30%
BLUE value IS 119 (46.88% from 255) = 39.02%
R=38.69%
G=22.30%
B=39.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118681190.010.4300.53298.8227.2736.67
Hex76447712B03512b1b25
Octal1661041671530654533345
Binary1110110100010011101111101011011010110010101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764477; }

 p { color: rgb(118,68,119); }

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

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

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

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

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

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

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