Shades of Falcon #724E56
Tints of Falcon #724E56
RGB
CMYK
RGB Variations
Color information
#724E56 (or 0x724E56) is known color: Falcon. HEX triplet: 72, 4E and 56. RGB value is (114,78,86). Sum of RGB (Red+Green+Blue) = 114+78+86=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #724E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E56 is #8DB1A9. Grayscale: #595959. Windows color (decimal): -9286058 or 5656178. OLE color: 5656178.
HSL color Cylindrical-coordinate representation of color #724E56: hue angle of 346.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 #724E56 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 86 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.55 |
| HSL | 346.67º | 0.19% | 0.38% | - |
| HSV(B) | 346.67º | 0.32% | 0.45% | - |
| XYZ | 11.34 | 9.7 | 10.08 | - |
| YUV | 89.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 86 | 0 | 0.32 | 0.25 | 0.55 | 346.67 | 0.19 | 0.38 |
| Hex | 72 | 4E | 56 | 0 | 20 | 19 | 37 | 15B | 13 | 26 |
| Octal | 162 | 116 | 126 | 0 | 40 | 31 | 67 | 533 | 23 | 46 |
| Binary | 1110010 | 1001110 | 1010110 | 0 | 100000 | 11001 | 110111 | 101011011 | 10011 | 100110 |
Color Harmonies of #724E56
Complementary color
Monochromatic Colors of #724E56
Black with #724E56
Text Example
Text Example
White with #724E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E56; }
p { color: rgb(114,78,86); }
H1.HeaderClassName
{
color: #724E56;
}
.AnyTagClassName
{
color: #724E56;
}
</style>
background-color css
<style>
a { background-color: #724E56; }
a { background-color: rgb(114,78,86); }
div.DivClassName
{
background-color: #724E56;
}
.BgClassName
{
background-color: #724E56;
}
</style>
border-color css
<style>
span { border-color: #724E56; }
span { border-color: rgb(114,78,86); }
td.TdClassName
{
border-color: #724E56;
}
.TagClassName
{
border-color: #724E56;
}
</style>