Shades of Falcon #724F54
Tints of Falcon #724F54
RGB
CMYK
RGB Variations
Color information
#724F54 (or 0x724F54) is known color: Falcon. HEX triplet: 72, 4F and 54. RGB value is (114,79,84). Sum of RGB (Red+Green+Blue) = 114+79+84=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #724F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F54 is #8DB0AB. Grayscale: #5A5A5A. Windows color (decimal): -9285804 or 5525362. OLE color: 5525362.
HSL color Cylindrical-coordinate representation of color #724F54: hue angle of 351.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #724F54 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 79 | 84 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.55 |
| HSL | 351.43º | 0.18% | 0.38% | - |
| HSV(B) | 351.43º | 0.31% | 0.45% | - |
| XYZ | 11.34 | 9.81 | 9.68 | - |
| YUV | 90.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 79 | 84 | 0 | 0.31 | 0.26 | 0.55 | 351.43 | 0.18 | 0.38 |
| Hex | 72 | 4F | 54 | 0 | 1F | 1A | 37 | 15F | 12 | 26 |
| Octal | 162 | 117 | 124 | 0 | 37 | 32 | 67 | 537 | 22 | 46 |
| Binary | 1110010 | 1001111 | 1010100 | 0 | 11111 | 11010 | 110111 | 101011111 | 10010 | 100110 |
Color Harmonies of #724F54
Complementary color
Monochromatic Colors of #724F54
Black with #724F54
Text Example
Text Example
White with #724F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724F54; }
p { color: rgb(114,79,84); }
H1.HeaderClassName
{
color: #724F54;
}
.AnyTagClassName
{
color: #724F54;
}
</style>
background-color css
<style>
a { background-color: #724F54; }
a { background-color: rgb(114,79,84); }
div.DivClassName
{
background-color: #724F54;
}
.BgClassName
{
background-color: #724F54;
}
</style>
border-color css
<style>
span { border-color: #724F54; }
span { border-color: rgb(114,79,84); }
td.TdClassName
{
border-color: #724F54;
}
.TagClassName
{
border-color: #724F54;
}
</style>