#734D73

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

Shades of Eminence #734D73

Tints of Eminence #734D73

Color information

#734D73 (or 0x734D73) is unknown color: approx Eminence. HEX triplet: 73, 4D and 73. RGB value is (115,77,115). Sum of RGB (Red+Green+Blue) = 115+77+115=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #734D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D73 is #8CB28C. Grayscale: #5C5C5C. Windows color (decimal): -9220749 or 7556467. OLE color: 7556467.

HSL color Cylindrical-coordinate representation of color #734D73: hue angle of 300º 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 #734D73 is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11577115-
CMYK00.3300.55
HSL300º19.79%37.65%-
HSV(B)300º33.04%45.1%-
XYZ12.8210.1917.51-
YUV92.69140.59143.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.46%
GREEN value IS 77 (30.47% from 255) = 25.08%
BLUE value IS 115 (45.31% from 255) = 37.46%
R=37.46%
G=25.08%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157711500.3300.5530019.7937.65
Hex734D7302103712c1426
Octal1631151630410674542446
Binary1110011100110111100110100001011011110010110010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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