#734D76

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

Shades of Eminence #734D76

Tints of Eminence #734D76

Color information

#734D76 (or 0x734D76) is unknown color: approx Eminence. HEX triplet: 73, 4D and 76. RGB value is (115,77,118). Sum of RGB (Red+Green+Blue) = 115+77+118=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 118 - color contains mainly: blue. Hex color #734D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D76 is #8CB289. Grayscale: #5C5C5C. Windows color (decimal): -9220746 or 7753075. OLE color: 7753075.

HSL color Cylindrical-coordinate representation of color #734D76: hue angle of 295.61º 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 #734D76 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11577118-
CMYK0.030.3500.54
HSL295.61º21.03%38.24%-
HSV(B)295.61º34.75%46.27%-
XYZ12.9910.2618.44-
YUV93.04142.09143.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.10%
GREEN value IS 77 (30.47% from 255) = 24.84%
BLUE value IS 118 (46.48% from 255) = 38.06%
R=37.10%
G=24.84%
B=38.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115771180.030.3500.54295.6121.0338.24
Hex734D763230361281526
Octal1631151663430664502546
Binary11100111001101111011011100011011011010010100010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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