#734C76

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

Shades of Eminence #734C76

Tints of Eminence #734C76

Color information

#734C76 (or 0x734C76) is unknown color: approx Eminence. HEX triplet: 73, 4C and 76. RGB value is (115,76,118). Sum of RGB (Red+Green+Blue) = 115+76+118=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 118 - color contains mainly: blue. Hex color #734C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734C76 is #8CB389. Grayscale: #5C5C5C. Windows color (decimal): -9221002 or 7752819. OLE color: 7752819.

HSL color Cylindrical-coordinate representation of color #734C76: hue angle of 295.71º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #734C76 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11576118-
CMYK0.030.3600.54
HSL295.71º21.65%38.04%-
HSV(B)295.71º35.59%46.27%-
XYZ12.9210.1218.41-
YUV92.45142.42144.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.22%
GREEN value IS 76 (30.08% from 255) = 24.60%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=37.22%
G=24.60%
B=38.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115761180.030.3600.54295.7121.6538.04
Hex734C763240361281626
Octal1631141663440664502646
Binary11100111001100111011011100100011011010010100010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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