#724F75

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

Shades of Eminence #724F75

Tints of Eminence #724F75

Color information

#724F75 (or 0x724F75) is unknown color: approx Eminence. HEX triplet: 72, 4F and 75. RGB value is (114,79,117). Sum of RGB (Red+Green+Blue) = 114+79+117=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 117 - color contains mainly: blue. Hex color #724F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F75 is #8DB08A. Grayscale: #5D5D5D. Windows color (decimal): -9285771 or 7688050. OLE color: 7688050.

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

Color convert

RGB11479117-
CMYK0.030.3200.54
HSL295.26º19.39%38.43%-
HSV(B)295.26º32.48%45.88%-
XYZ12.9510.4518.17-
YUV93.8141.1142.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 79 (31.25% from 255) = 25.48%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=36.77%
G=25.48%
B=37.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114791170.030.3200.54295.2619.3938.43
Hex724F753200361271326
Octal1621171653400664472346
Binary11100101001111111010111100000011011010010011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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