#744D76

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

Shades of Eminence #744D76

Tints of Eminence #744D76

Color information

#744D76 (or 0x744D76) is unknown color: approx Eminence. HEX triplet: 74, 4D and 76. RGB value is (116,77,118). Sum of RGB (Red+Green+Blue) = 116+77+118=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #744D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744D76 is #8BB289. Grayscale: #5D5D5D. Windows color (decimal): -9155210 or 7753076. OLE color: 7753076.

HSL color Cylindrical-coordinate representation of color #744D76: hue angle of 297.07º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #744D76 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11677118-
CMYK0.020.3500.54
HSL297.07º21.03%38.24%-
HSV(B)297.07º34.75%46.27%-
XYZ13.1310.3318.44-
YUV93.34141.92144.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.30%
GREEN value IS 77 (30.47% from 255) = 24.76%
BLUE value IS 118 (46.48% from 255) = 37.94%
R=37.30%
G=24.76%
B=37.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116771180.020.3500.54297.0721.0338.24
Hex744D762230361291526
Octal1641151662430664512546
Binary11101001001101111011010100011011011010010100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744D76; }

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

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

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

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

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

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

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

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