#764877

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

Shades of Eminence #764877

Tints of Eminence #764877

Color information

#764877 (or 0x764877) is unknown color: approx Eminence. HEX triplet: 76, 48 and 77. RGB value is (118,72,119). Sum of RGB (Red+Green+Blue) = 118+72+119=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 119 - color contains mainly: blue. Hex color #764877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764877 is #89B788. Grayscale: #5A5A5A. Windows color (decimal): -9025417 or 7817334. OLE color: 7817334.

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

Color convert

RGB11872119-
CMYK0.010.3900.53
HSL298.72º24.61%37.45%-
HSV(B)298.72º39.5%46.67%-
XYZ13.129.8218.66-
YUV91.11143.74147.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 72 (28.52% from 255) = 23.30%
BLUE value IS 119 (46.88% from 255) = 38.51%
R=38.19%
G=23.30%
B=38.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118721190.010.3900.53298.7224.6137.45
Hex76487712703512b1925
Octal1661101671470654533145
Binary1110110100100011101111100111011010110010101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764877; }

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

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

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

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

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

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

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

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