#724E71

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

Shades of Eminence #724E71

Tints of Eminence #724E71

Color information

#724E71 (or 0x724E71) is unknown color: approx Eminence. HEX triplet: 72, 4E and 71. RGB value is (114,78,113). Sum of RGB (Red+Green+Blue) = 114+78+113=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 114 - color contains mainly: red. Hex color #724E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E71 is #8DB18E. Grayscale: #5C5C5C. Windows color (decimal): -9286031 or 7425650. OLE color: 7425650.

HSL color Cylindrical-coordinate representation of color #724E71: hue angle of 301.67º 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 #724E71 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11478113-
CMYK00.320.010.55
HSL301.67º18.75%37.65%-
HSV(B)301.67º31.58%44.71%-
XYZ12.6410.2216.93-
YUV92.75139.43143.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.38%
GREEN value IS 78 (30.86% from 255) = 25.57%
BLUE value IS 113 (44.53% from 255) = 37.05%
R=37.38%
G=25.57%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147811300.320.010.55301.6718.7537.65
Hex724E7102013712e1326
Octal1621161610401674562346
Binary1110010100111011100010100000111011110010111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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