#724D75

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

Shades of Eminence #724D75

Tints of Eminence #724D75

Color information

#724D75 (or 0x724D75) is unknown color: approx Eminence. HEX triplet: 72, 4D and 75. RGB value is (114,77,117). Sum of RGB (Red+Green+Blue) = 114+77+117=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 117 - color contains mainly: blue. Hex color #724D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724D75 is #8DB28A. Grayscale: #5C5C5C. Windows color (decimal): -9286283 or 7687538. OLE color: 7687538.

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

Color convert

RGB11477117-
CMYK0.030.3400.54
HSL295.5º20.62%38.04%-
HSV(B)295.5º34.19%45.88%-
XYZ12.810.1718.12-
YUV92.62141.76143.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 117 (46.09% from 255) = 37.99%
R=37.01%
G=25%
B=37.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114771170.030.3400.54295.520.6238.04
Hex724D753220361281526
Octal1621151653420664502546
Binary11100101001101111010111100010011011010010100010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,77,117); }

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

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

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

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

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

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

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