#724B77

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

Shades of Eminence #724B77

Tints of Eminence #724B77

Color information

#724B77 (or 0x724B77) is unknown color: approx Eminence. HEX triplet: 72, 4B and 77. RGB value is (114,75,119). Sum of RGB (Red+Green+Blue) = 114+75+119=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 119 - color contains mainly: blue. Hex color #724B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724B77 is #8DB488. Grayscale: #5B5B5B. Windows color (decimal): -9286793 or 7818098. OLE color: 7818098.

HSL color Cylindrical-coordinate representation of color #724B77: hue angle of 293.18º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #724B77 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11475119-
CMYK0.040.3700.53
HSL293.18º22.68%38.04%-
HSV(B)293.18º36.97%46.67%-
XYZ12.799.9418.7-
YUV91.68143.42143.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 75 (29.69% from 255) = 24.35%
BLUE value IS 119 (46.88% from 255) = 38.64%
R=37.01%
G=24.35%
B=38.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114751190.040.3700.53293.1822.6838.04
Hex724B774250351251726
Octal1621131674450654452746
Binary111001010010111110111100100101011010110010010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,75,119); }

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

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

 a { background-color: rgb(114,75,119); }

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

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

 span { border-color: rgb(114,75,119); }

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