#734D72

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

Shades of Eminence #734D72

Tints of Eminence #734D72

Color information

#734D72 (or 0x734D72) is unknown color: approx Eminence. HEX triplet: 73, 4D and 72. RGB value is (115,77,114). Sum of RGB (Red+Green+Blue) = 115+77+114=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 115 - color contains mainly: red. Hex color #734D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D72 is #8CB28D. Grayscale: #5C5C5C. Windows color (decimal): -9220750 or 7490931. OLE color: 7490931.

HSL color Cylindrical-coordinate representation of color #734D72: hue angle of 301.58º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #734D72 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11577114-
CMYK00.330.010.55
HSL301.58º19.79%37.65%-
HSV(B)301.58º33.04%45.1%-
XYZ12.7610.1717.21-
YUV92.58140.09143.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.58%
GREEN value IS 77 (30.47% from 255) = 25.16%
BLUE value IS 114 (44.92% from 255) = 37.25%
R=37.58%
G=25.16%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157711400.330.010.55301.5819.7937.65
Hex734D7202113712e1426
Octal1631151620411674562446
Binary1110011100110111100100100001111011110010111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734D72; }

 p { color: rgb(115,77,114); }

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

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

 a { background-color: rgb(115,77,114); }

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

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

 span { border-color: rgb(115,77,114); }

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