#724C75

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

Shades of Eminence #724C75

Tints of Eminence #724C75

Color information

#724C75 (or 0x724C75) is unknown color: approx Eminence. HEX triplet: 72, 4C and 75. RGB value is (114,76,117). Sum of RGB (Red+Green+Blue) = 114+76+117=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 117 - color contains mainly: blue. Hex color #724C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724C75 is #8DB38A. Grayscale: #5B5B5B. Windows color (decimal): -9286539 or 7687282. OLE color: 7687282.

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

Color convert

RGB11476117-
CMYK0.030.3500.54
HSL295.61º21.24%37.84%-
HSV(B)295.61º35.04%45.88%-
XYZ12.7310.0318.09-
YUV92.04142.09143.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 76 (30.08% from 255) = 24.76%
BLUE value IS 117 (46.09% from 255) = 38.11%
R=37.13%
G=24.76%
B=38.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114761170.030.3500.54295.6121.2437.84
Hex724C753230361281526
Octal1621141653430664502546
Binary11100101001100111010111100011011011010010100010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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