#724D78

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

Shades of Affair #724D78

Tints of Affair #724D78

Color information

#724D78 (or 0x724D78) is unknown color: approx Affair. HEX triplet: 72, 4D and 78. RGB value is (114,77,120). Sum of RGB (Red+Green+Blue) = 114+77+120=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 120 - color contains mainly: blue. Hex color #724D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724D78 is #8DB287. Grayscale: #5C5C5C. Windows color (decimal): -9286280 or 7884146. OLE color: 7884146.

HSL color Cylindrical-coordinate representation of color #724D78: hue angle of 291.63º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #724D78 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11477120-
CMYK0.050.3600.53
HSL291.63º21.83%38.63%-
HSV(B)291.63º35.83%47.06%-
XYZ12.9810.2419.06-
YUV92.96143.26143-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.66%
GREEN value IS 77 (30.47% from 255) = 24.76%
BLUE value IS 120 (47.27% from 255) = 38.59%
R=36.66%
G=24.76%
B=38.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114771200.050.3600.53291.6321.8338.63
Hex724D785240351241627
Octal1621151705440654442647
Binary111001010011011111000101100100011010110010010010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,77,120); }

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

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

 a { background-color: rgb(114,77,120); }

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

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

 span { border-color: rgb(114,77,120); }

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