#764677

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

Shades of Eminence #764677

Tints of Eminence #764677

Color information

#764677 (or 0x764677) is unknown color: approx Eminence. HEX triplet: 76, 46 and 77. RGB value is (118,70,119). Sum of RGB (Red+Green+Blue) = 118+70+119=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 119 - color contains mainly: blue. Hex color #764677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764677 is #89B988. Grayscale: #595959. Windows color (decimal): -9025929 or 7816822. OLE color: 7816822.

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

Color convert

RGB11870119-
CMYK0.010.4100.53
HSL298.78º25.93%37.06%-
HSV(B)298.78º41.18%46.67%-
XYZ12.999.5618.61-
YUV89.94144.4148.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 119 (46.88% from 255) = 38.76%
R=38.44%
G=22.80%
B=38.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118701190.010.4100.53298.7825.9337.06
Hex76467712903512b1a25
Octal1661061671510654533245
Binary1110110100011011101111101001011010110010101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764677; }

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

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

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

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

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

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

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

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