Shades of Falcon #724F50
Tints of Falcon #724F50
RGB
CMYK
RGB Variations
Color information
#724F50 (or 0x724F50) is known color: Falcon. HEX triplet: 72, 4F and 50. RGB value is (114,79,80). Sum of RGB (Red+Green+Blue) = 114+79+80=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #724F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F50 is #8DB0AF. Grayscale: #595959. Windows color (decimal): -9285808 or 5263218. OLE color: 5263218.
HSL color Cylindrical-coordinate representation of color #724F50: hue angle of 358.29º 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 #724F50 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 79 | 80 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.55 |
| HSL | 358.29º | 0.18% | 0.38% | - |
| HSV(B) | 358.29º | 0.31% | 0.45% | - |
| XYZ | 11.18 | 9.75 | 8.88 | - |
| YUV | 89.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 79 | 80 | 0 | 0.31 | 0.30 | 0.55 | 358.29 | 0.18 | 0.38 |
| Hex | 72 | 4F | 50 | 0 | 1F | 1E | 37 | 166 | 12 | 26 |
| Octal | 162 | 117 | 120 | 0 | 37 | 36 | 67 | 546 | 22 | 46 |
| Binary | 1110010 | 1001111 | 1010000 | 0 | 11111 | 11110 | 110111 | 101100110 | 10010 | 100110 |
Color Harmonies of #724F50
Complementary color
Monochromatic Colors of #724F50
Black with #724F50
Text Example
Text Example
White with #724F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724F50; }
p { color: rgb(114,79,80); }
H1.HeaderClassName
{
color: #724F50;
}
.AnyTagClassName
{
color: #724F50;
}
</style>
background-color css
<style>
a { background-color: #724F50; }
a { background-color: rgb(114,79,80); }
div.DivClassName
{
background-color: #724F50;
}
.BgClassName
{
background-color: #724F50;
}
</style>
border-color css
<style>
span { border-color: #724F50; }
span { border-color: rgb(114,79,80); }
td.TdClassName
{
border-color: #724F50;
}
.TagClassName
{
border-color: #724F50;
}
</style>