#764777

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

Shades of Eminence #764777

Tints of Eminence #764777

Color information

#764777 (or 0x764777) is unknown color: approx Eminence. HEX triplet: 76, 47 and 77. RGB value is (118,71,119). Sum of RGB (Red+Green+Blue) = 118+71+119=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 119 - color contains mainly: blue. Hex color #764777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764777 is #89B888. Grayscale: #5A5A5A. Windows color (decimal): -9025673 or 7817078. OLE color: 7817078.

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

Color convert

RGB11871119-
CMYK0.010.4000.53
HSL298.75º25.26%37.25%-
HSV(B)298.75º40.34%46.67%-
XYZ13.059.6918.64-
YUV90.52144.07147.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 71 (28.12% from 255) = 23.05%
BLUE value IS 119 (46.88% from 255) = 38.64%
R=38.31%
G=23.05%
B=38.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118711190.010.4000.53298.7525.2637.25
Hex76477712803512b1925
Octal1661071671500654533145
Binary1110110100011111101111101000011010110010101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764777; }

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

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

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

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

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

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

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

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