#744B72

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

Shades of Eminence #744B72

Tints of Eminence #744B72

Color information

#744B72 (or 0x744B72) is unknown color: approx Eminence. HEX triplet: 74, 4B and 72. RGB value is (116,75,114). Sum of RGB (Red+Green+Blue) = 116+75+114=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #744B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744B72 is #8BB48D. Grayscale: #5B5B5B. Windows color (decimal): -9155726 or 7490420. OLE color: 7490420.

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

Color convert

RGB11675114-
CMYK00.350.020.55
HSL302.93º21.47%37.45%-
HSV(B)302.93º35.34%45.49%-
XYZ12.769.9617.17-
YUV91.7140.58145.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 75 (29.69% from 255) = 24.59%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=38.03%
G=24.59%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1167511400.350.020.55302.9321.4737.45
Hex744B7202323712f1525
Octal1641131620432674572545
Binary11101001001011111001001000111011011110010111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,75,114); }

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

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

 a { background-color: rgb(116,75,114); }

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

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

 span { border-color: rgb(116,75,114); }

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