Shades of Falcon #714E51
Tints of Falcon #714E51
RGB
CMYK
RGB Variations
Color information
#714E51 (or 0x714E51) is known color: Falcon. HEX triplet: 71, 4E and 51. RGB value is (113,78,81). Sum of RGB (Red+Green+Blue) = 113+78+81=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #714E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E51 is #8EB1AE. Grayscale: #585858. Windows color (decimal): -9351599 or 5328497. OLE color: 5328497.
HSL color Cylindrical-coordinate representation of color #714E51: hue angle of 354.86º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #714E51 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 78 | 81 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.56 |
| HSL | 354.86º | 0.18% | 0.37% | - |
| HSV(B) | 354.86º | 0.31% | 0.44% | - |
| XYZ | 11.02 | 9.55 | 9.05 | - |
| YUV | 88.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 81 | 0 | 0.31 | 0.28 | 0.56 | 354.86 | 0.18 | 0.37 |
| Hex | 71 | 4E | 51 | 0 | 1F | 1C | 38 | 163 | 12 | 25 |
| Octal | 161 | 116 | 121 | 0 | 37 | 34 | 70 | 543 | 22 | 45 |
| Binary | 1110001 | 1001110 | 1010001 | 0 | 11111 | 11100 | 111000 | 101100011 | 10010 | 100101 |
Color Harmonies of #714E51
Complementary color
Monochromatic Colors of #714E51
Black with #714E51
Text Example
Text Example
White with #714E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714E51; }
p { color: rgb(113,78,81); }
H1.HeaderClassName
{
color: #714E51;
}
.AnyTagClassName
{
color: #714E51;
}
</style>
background-color css
<style>
a { background-color: #714E51; }
a { background-color: rgb(113,78,81); }
div.DivClassName
{
background-color: #714E51;
}
.BgClassName
{
background-color: #714E51;
}
</style>
border-color css
<style>
span { border-color: #714E51; }
span { border-color: rgb(113,78,81); }
td.TdClassName
{
border-color: #714E51;
}
.TagClassName
{
border-color: #714E51;
}
</style>