#764774

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

Shades of Eminence #764774

Tints of Eminence #764774

Color information

#764774 (or 0x764774) is unknown color: approx Eminence. HEX triplet: 76, 47 and 74. RGB value is (118,71,116). Sum of RGB (Red+Green+Blue) = 118+71+116=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #764774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764774 is #89B88B. Grayscale: #5A5A5A. Windows color (decimal): -9025676 or 7620470. OLE color: 7620470.

HSL color Cylindrical-coordinate representation of color #764774: hue angle of 302.55º 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 #764774 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB11871116-
CMYK00.400.020.54
HSL302.55º24.87%37.06%-
HSV(B)302.55º39.83%46.27%-
XYZ12.889.6217.7-
YUV90.18142.57147.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 71 (28.12% from 255) = 23.28%
BLUE value IS 116 (45.70% from 255) = 38.03%
R=38.69%
G=23.28%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187111600.400.020.54302.5524.8737.06
Hex76477402823612f1925
Octal1661071640502664573145
Binary11101101000111111010001010001011011010010111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764774; }

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

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

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

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

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

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

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

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