#724E74

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

Shades of Eminence #724E74

Tints of Eminence #724E74

Color information

#724E74 (or 0x724E74) is unknown color: approx Eminence. HEX triplet: 72, 4E and 74. RGB value is (114,78,116). Sum of RGB (Red+Green+Blue) = 114+78+116=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 116 - color contains mainly: blue. Hex color #724E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E74 is #8DB18B. Grayscale: #5C5C5C. Windows color (decimal): -9286028 or 7622258. OLE color: 7622258.

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

Color convert

RGB11478116-
CMYK0.020.3300.55
HSL296.84º19.59%38.04%-
HSV(B)296.84º32.76%45.49%-
XYZ12.8210.2917.83-
YUV93.1140.93142.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 78 (30.86% from 255) = 25.32%
BLUE value IS 116 (45.70% from 255) = 37.66%
R=37.01%
G=25.32%
B=37.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114781160.020.3300.55296.8419.5938.04
Hex724E742210371291426
Octal1621161642410674512446
Binary11100101001110111010010100001011011110010100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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