#724F74

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

Shades of Eminence #724F74

Tints of Eminence #724F74

Color information

#724F74 (or 0x724F74) is unknown color: approx Eminence. HEX triplet: 72, 4F and 74. RGB value is (114,79,116). Sum of RGB (Red+Green+Blue) = 114+79+116=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 116 - color contains mainly: blue. Hex color #724F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F74 is #8DB08B. Grayscale: #5D5D5D. Windows color (decimal): -9285772 or 7622514. OLE color: 7622514.

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

Color convert

RGB11479116-
CMYK0.020.3200.55
HSL296.76º18.97%38.24%-
HSV(B)296.76º31.9%45.49%-
XYZ12.8910.4317.86-
YUV93.68140.6142.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.89%
GREEN value IS 79 (31.25% from 255) = 25.57%
BLUE value IS 116 (45.70% from 255) = 37.54%
R=36.89%
G=25.57%
B=37.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114791160.020.3200.55296.7618.9738.24
Hex724F742200371291326
Octal1621171642400674512346
Binary11100101001111111010010100000011011110010100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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