#744776

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

Shades of Eminence #744776

Tints of Eminence #744776

Color information

#744776 (or 0x744776) is unknown color: approx Eminence. HEX triplet: 74, 47 and 76. RGB value is (116,71,118). Sum of RGB (Red+Green+Blue) = 116+71+118=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: blue. Hex color #744776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744776 is #8BB889. Grayscale: #595959. Windows color (decimal): -9156746 or 7751540. OLE color: 7751540.

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

Color convert

RGB11671118-
CMYK0.020.4000.54
HSL297.45º24.87%37.06%-
HSV(B)297.45º39.83%46.27%-
XYZ12.739.5318.31-
YUV89.81143.91146.68-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116711180.020.4000.54297.4524.8737.06
Hex7447762280361291925
Octal1641071662500664513145
Binary11101001000111111011010101000011011010010100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744776; }

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

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

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

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

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

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

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

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