#724F79

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

Shades of Affair #724F79

Tints of Affair #724F79

Color information

#724F79 (or 0x724F79) is unknown color: approx Affair. HEX triplet: 72, 4F and 79. RGB value is (114,79,121). Sum of RGB (Red+Green+Blue) = 114+79+121=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 121 - color contains mainly: blue. Hex color #724F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F79 is #8DB086. Grayscale: #5E5E5E. Windows color (decimal): -9285767 or 7950194. OLE color: 7950194.

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

Color convert

RGB11479121-
CMYK0.060.3500.53
HSL290º21%39.22%-
HSV(B)290º34.71%47.45%-
XYZ13.1910.5519.43-
YUV94.25143.1142.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.31%
GREEN value IS 79 (31.25% from 255) = 25.16%
BLUE value IS 121 (47.66% from 255) = 38.54%
R=36.31%
G=25.16%
B=38.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114791210.060.3500.532902139.22
Hex724F796230351221527
Octal1621171716430654422547
Binary111001010011111111001110100011011010110010001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,79,121); }

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

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

 a { background-color: rgb(114,79,121); }

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

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

 span { border-color: rgb(114,79,121); }

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