#724E79

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

Shades of Affair #724E79

Tints of Affair #724E79

Color information

#724E79 (or 0x724E79) is unknown color: approx Affair. HEX triplet: 72, 4E and 79. RGB value is (114,78,121). Sum of RGB (Red+Green+Blue) = 114+78+121=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 121 - color contains mainly: blue. Hex color #724E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E79 is #8DB186. Grayscale: #5D5D5D. Windows color (decimal): -9286023 or 7949938. OLE color: 7949938.

HSL color Cylindrical-coordinate representation of color #724E79: hue angle of 290.23º 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 #724E79 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11478121-
CMYK0.060.3600.53
HSL290.23º21.61%39.02%-
HSV(B)290.23º35.54%47.45%-
XYZ13.1210.4119.41-
YUV93.67143.43142.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.42%
GREEN value IS 78 (30.86% from 255) = 24.92%
BLUE value IS 121 (47.66% from 255) = 38.66%
R=36.42%
G=24.92%
B=38.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114781210.060.3600.53290.2321.6139.02
Hex724E796240351221627
Octal1621161716440654422647
Binary111001010011101111001110100100011010110010001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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