Shades of Falcon #714E55
Tints of Falcon #714E55
RGB
CMYK
RGB Variations
Color information
#714E55 (or 0x714E55) is known color: Falcon. HEX triplet: 71, 4E and 55. RGB value is (113,78,85). Sum of RGB (Red+Green+Blue) = 113+78+85=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #714E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E55 is #8EB1AA. Grayscale: #595959. Windows color (decimal): -9351595 or 5590641. OLE color: 5590641.
HSL color Cylindrical-coordinate representation of color #714E55: hue angle of 348º 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 #714E55 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 78 | 85 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.56 |
| HSL | 348º | 0.18% | 0.37% | - |
| HSV(B) | 348º | 0.31% | 0.44% | - |
| XYZ | 11.17 | 9.62 | 9.86 | - |
| YUV | 89.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 85 | 0 | 0.31 | 0.25 | 0.56 | 348 | 0.18 | 0.37 |
| Hex | 71 | 4E | 55 | 0 | 1F | 19 | 38 | 15C | 12 | 25 |
| Octal | 161 | 116 | 125 | 0 | 37 | 31 | 70 | 534 | 22 | 45 |
| Binary | 1110001 | 1001110 | 1010101 | 0 | 11111 | 11001 | 111000 | 101011100 | 10010 | 100101 |
Color Harmonies of #714E55
Complementary color
Monochromatic Colors of #714E55
Black with #714E55
Text Example
Text Example
White with #714E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714E55; }
p { color: rgb(113,78,85); }
H1.HeaderClassName
{
color: #714E55;
}
.AnyTagClassName
{
color: #714E55;
}
</style>
background-color css
<style>
a { background-color: #714E55; }
a { background-color: rgb(113,78,85); }
div.DivClassName
{
background-color: #714E55;
}
.BgClassName
{
background-color: #714E55;
}
</style>
border-color css
<style>
span { border-color: #714E55; }
span { border-color: rgb(113,78,85); }
td.TdClassName
{
border-color: #714E55;
}
.TagClassName
{
border-color: #714E55;
}
</style>