Shades of Falcon #724D54
Tints of Falcon #724D54
RGB
CMYK
RGB Variations
Color information
#724D54 (or 0x724D54) is known color: Falcon. HEX triplet: 72, 4D and 54. RGB value is (114,77,84). Sum of RGB (Red+Green+Blue) = 114+77+84=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #724D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724D54 is #8DB2AB. Grayscale: #585858. Windows color (decimal): -9286316 or 5524850. OLE color: 5524850.
HSL color Cylindrical-coordinate representation of color #724D54: hue angle of 348.65º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #724D54 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 77 | 84 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.55 |
| HSL | 348.65º | 0.19% | 0.37% | - |
| HSV(B) | 348.65º | 0.32% | 0.45% | - |
| XYZ | 11.19 | 9.53 | 9.64 | - |
| YUV | 88.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 84 | 0 | 0.32 | 0.26 | 0.55 | 348.65 | 0.19 | 0.37 |
| Hex | 72 | 4D | 54 | 0 | 20 | 1A | 37 | 15D | 13 | 25 |
| Octal | 162 | 115 | 124 | 0 | 40 | 32 | 67 | 535 | 23 | 45 |
| Binary | 1110010 | 1001101 | 1010100 | 0 | 100000 | 11010 | 110111 | 101011101 | 10011 | 100101 |
Color Harmonies of #724D54
Complementary color
Monochromatic Colors of #724D54
Black with #724D54
Text Example
Text Example
White with #724D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724D54; }
p { color: rgb(114,77,84); }
H1.HeaderClassName
{
color: #724D54;
}
.AnyTagClassName
{
color: #724D54;
}
</style>
background-color css
<style>
a { background-color: #724D54; }
a { background-color: rgb(114,77,84); }
div.DivClassName
{
background-color: #724D54;
}
.BgClassName
{
background-color: #724D54;
}
</style>
border-color css
<style>
span { border-color: #724D54; }
span { border-color: rgb(114,77,84); }
td.TdClassName
{
border-color: #724D54;
}
.TagClassName
{
border-color: #724D54;
}
</style>