#724E73

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

Shades of Eminence #724E73

Tints of Eminence #724E73

Color information

#724E73 (or 0x724E73) is unknown color: approx Eminence. HEX triplet: 72, 4E and 73. RGB value is (114,78,115). Sum of RGB (Red+Green+Blue) = 114+78+115=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #724E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E73 is #8DB18C. Grayscale: #5C5C5C. Windows color (decimal): -9286029 or 7556722. OLE color: 7556722.

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

Color convert

RGB11478115-
CMYK0.010.3200.55
HSL298.38º19.17%37.84%-
HSV(B)298.38º32.17%45.1%-
XYZ12.7610.2617.53-
YUV92.98140.43142.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 78 (30.86% from 255) = 25.41%
BLUE value IS 115 (45.31% from 255) = 37.46%
R=37.13%
G=25.41%
B=37.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114781150.010.3200.55298.3819.1737.84
Hex724E7312003712a1326
Octal1621161631400674522346
Binary1110010100111011100111100000011011110010101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724E73; }

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

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

<style>
 a { background-color: #724E73; }

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

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

<style>
 span { border-color: #724E73; }

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

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