Shades of Falcon #724E51
Tints of Falcon #724E51
RGB
CMYK
RGB Variations
Color information
#724E51 (or 0x724E51) is known color: Falcon. HEX triplet: 72, 4E and 51. RGB value is (114,78,81). Sum of RGB (Red+Green+Blue) = 114+78+81=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #724E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E51 is #8DB1AE. Grayscale: #595959. Windows color (decimal): -9286063 or 5328498. OLE color: 5328498.
HSL color Cylindrical-coordinate representation of color #724E51: hue angle of 355º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #724E51 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 81 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.55 |
| HSL | 355º | 0.19% | 0.38% | - |
| HSV(B) | 355º | 0.32% | 0.45% | - |
| XYZ | 11.15 | 9.62 | 9.05 | - |
| YUV | 89.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 81 | 0 | 0.32 | 0.29 | 0.55 | 355 | 0.19 | 0.38 |
| Hex | 72 | 4E | 51 | 0 | 20 | 1D | 37 | 163 | 13 | 26 |
| Octal | 162 | 116 | 121 | 0 | 40 | 35 | 67 | 543 | 23 | 46 |
| Binary | 1110010 | 1001110 | 1010001 | 0 | 100000 | 11101 | 110111 | 101100011 | 10011 | 100110 |
Color Harmonies of #724E51
Complementary color
Monochromatic Colors of #724E51
Black with #724E51
Text Example
Text Example
White with #724E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E51; }
p { color: rgb(114,78,81); }
H1.HeaderClassName
{
color: #724E51;
}
.AnyTagClassName
{
color: #724E51;
}
</style>
background-color css
<style>
a { background-color: #724E51; }
a { background-color: rgb(114,78,81); }
div.DivClassName
{
background-color: #724E51;
}
.BgClassName
{
background-color: #724E51;
}
</style>
border-color css
<style>
span { border-color: #724E51; }
span { border-color: rgb(114,78,81); }
td.TdClassName
{
border-color: #724E51;
}
.TagClassName
{
border-color: #724E51;
}
</style>