Shades of Falcon #724E50
Tints of Falcon #724E50
RGB
CMYK
RGB Variations
Color information
#724E50 (or 0x724E50) is known color: Falcon. HEX triplet: 72, 4E and 50. RGB value is (114,78,80). Sum of RGB (Red+Green+Blue) = 114+78+80=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #724E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E50 is #8DB1AF. Grayscale: #595959. Windows color (decimal): -9286064 or 5262962. OLE color: 5262962.
HSL color Cylindrical-coordinate representation of color #724E50: hue angle of 356.67º 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 #724E50 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 80 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.55 |
| HSL | 356.67º | 0.19% | 0.38% | - |
| HSV(B) | 356.67º | 0.32% | 0.45% | - |
| XYZ | 11.11 | 9.61 | 8.86 | - |
| YUV | 88.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 80 | 0 | 0.32 | 0.30 | 0.55 | 356.67 | 0.19 | 0.38 |
| Hex | 72 | 4E | 50 | 0 | 20 | 1E | 37 | 165 | 13 | 26 |
| Octal | 162 | 116 | 120 | 0 | 40 | 36 | 67 | 545 | 23 | 46 |
| Binary | 1110010 | 1001110 | 1010000 | 0 | 100000 | 11110 | 110111 | 101100101 | 10011 | 100110 |
Color Harmonies of #724E50
Complementary color
Monochromatic Colors of #724E50
Black with #724E50
Text Example
Text Example
White with #724E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E50; }
p { color: rgb(114,78,80); }
H1.HeaderClassName
{
color: #724E50;
}
.AnyTagClassName
{
color: #724E50;
}
</style>
background-color css
<style>
a { background-color: #724E50; }
a { background-color: rgb(114,78,80); }
div.DivClassName
{
background-color: #724E50;
}
.BgClassName
{
background-color: #724E50;
}
</style>
border-color css
<style>
span { border-color: #724E50; }
span { border-color: rgb(114,78,80); }
td.TdClassName
{
border-color: #724E50;
}
.TagClassName
{
border-color: #724E50;
}
</style>