Shades of Affair #724D7C
Tints of Affair #724D7C
RGB
CMYK
RGB Variations
Color information
#724D7C (or 0x724D7C) is known color: Affair. HEX triplet: 72, 4D and 7C. RGB value is (114,77,124). Sum of RGB (Red+Green+Blue) = 114+77+124=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #724D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724D7C is #8DB283. Grayscale: #5D5D5D. Windows color (decimal): -9286276 or 8146290. OLE color: 8146290.
HSL color Cylindrical-coordinate representation of color #724D7C: hue angle of 287.23º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #724D7C is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 77 | 124 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.51 |
| HSL | 287.23º | 0.23% | 0.39% | - |
| HSV(B) | 287.23º | 0.38% | 0.49% | - |
| XYZ | 13.23 | 10.34 | 20.37 | - |
| YUV | 93.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 124 | 0.08 | 0.38 | 0 | 0.51 | 287.23 | 0.23 | 0.39 |
| Hex | 72 | 4D | 7C | 8 | 26 | 0 | 33 | 11F | 17 | 27 |
| Octal | 162 | 115 | 174 | 10 | 46 | 0 | 63 | 437 | 27 | 47 |
| Binary | 1110010 | 1001101 | 1111100 | 1000 | 100110 | 0 | 110011 | 100011111 | 10111 | 100111 |
Color Harmonies of #724D7C
Complementary color
Monochromatic Colors of #724D7C
Black with #724D7C
Text Example
Text Example
White with #724D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724D7C; }
p { color: rgb(114,77,124); }
H1.HeaderClassName
{
color: #724D7C;
}
.AnyTagClassName
{
color: #724D7C;
}
</style>
background-color css
<style>
a { background-color: #724D7C; }
a { background-color: rgb(114,77,124); }
div.DivClassName
{
background-color: #724D7C;
}
.BgClassName
{
background-color: #724D7C;
}
</style>
border-color css
<style>
span { border-color: #724D7C; }
span { border-color: rgb(114,77,124); }
td.TdClassName
{
border-color: #724D7C;
}
.TagClassName
{
border-color: #724D7C;
}
</style>