Shades of Falcon #724E54
Tints of Falcon #724E54
RGB
CMYK
RGB Variations
Color information
#724E54 (or 0x724E54) is known color: Falcon. HEX triplet: 72, 4E and 54. RGB value is (114,78,84). Sum of RGB (Red+Green+Blue) = 114+78+84=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #724E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E54 is #8DB1AB. Grayscale: #595959. Windows color (decimal): -9286060 or 5525106. OLE color: 5525106.
HSL color Cylindrical-coordinate representation of color #724E54: hue angle of 350º 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 #724E54 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 84 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.55 |
| HSL | 350º | 0.19% | 0.38% | - |
| HSV(B) | 350º | 0.32% | 0.45% | - |
| XYZ | 11.26 | 9.67 | 9.66 | - |
| YUV | 89.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 84 | 0 | 0.32 | 0.26 | 0.55 | 350 | 0.19 | 0.38 |
| Hex | 72 | 4E | 54 | 0 | 20 | 1A | 37 | 15E | 13 | 26 |
| Octal | 162 | 116 | 124 | 0 | 40 | 32 | 67 | 536 | 23 | 46 |
| Binary | 1110010 | 1001110 | 1010100 | 0 | 100000 | 11010 | 110111 | 101011110 | 10011 | 100110 |
Color Harmonies of #724E54
Complementary color
Monochromatic Colors of #724E54
Black with #724E54
Text Example
Text Example
White with #724E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E54; }
p { color: rgb(114,78,84); }
H1.HeaderClassName
{
color: #724E54;
}
.AnyTagClassName
{
color: #724E54;
}
</style>
background-color css
<style>
a { background-color: #724E54; }
a { background-color: rgb(114,78,84); }
div.DivClassName
{
background-color: #724E54;
}
.BgClassName
{
background-color: #724E54;
}
</style>
border-color css
<style>
span { border-color: #724E54; }
span { border-color: rgb(114,78,84); }
td.TdClassName
{
border-color: #724E54;
}
.TagClassName
{
border-color: #724E54;
}
</style>