#724474

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

Shades of Eminence #724474

Tints of Eminence #724474

Color information

#724474 (or 0x724474) is unknown color: approx Eminence. HEX triplet: 72, 44 and 74. RGB value is (114,68,116). Sum of RGB (Red+Green+Blue) = 114+68+116=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #724474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724474 is #8DBB8B. Grayscale: #575757. Windows color (decimal): -9288588 or 7619698. OLE color: 7619698.

HSL color Cylindrical-coordinate representation of color #724474: hue angle of 297.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #724474 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11468116-
CMYK0.020.4100.55
HSL297.5º26.09%36.08%-
HSV(B)297.5º41.38%45.49%-
XYZ12.168.9717.61-
YUV87.23144.24147.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.26%
GREEN value IS 68 (26.95% from 255) = 22.82%
BLUE value IS 116 (45.70% from 255) = 38.93%
R=38.26%
G=22.82%
B=38.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114681160.020.4100.55297.526.0936.08
Hex72447422903712a1a24
Octal1621041642510674523244
Binary11100101000100111010010101001011011110010101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724474; }

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

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

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

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

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

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

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

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