Shades of Falcon #714F55
Tints of Falcon #714F55
RGB
CMYK
RGB Variations
Color information
#714F55 (or 0x714F55) is known color: Falcon. HEX triplet: 71, 4F and 55. RGB value is (113,79,85). Sum of RGB (Red+Green+Blue) = 113+79+85=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #714F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714F55 is #8EB0AA. Grayscale: #595959. Windows color (decimal): -9351339 or 5590897. OLE color: 5590897.
HSL color Cylindrical-coordinate representation of color #714F55: hue angle of 349.41º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #714F55 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 79 | 85 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.56 |
| HSL | 349.41º | 0.18% | 0.38% | - |
| HSV(B) | 349.41º | 0.3% | 0.44% | - |
| XYZ | 11.25 | 9.76 | 9.89 | - |
| YUV | 89.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 85 | 0 | 0.30 | 0.25 | 0.56 | 349.41 | 0.18 | 0.38 |
| Hex | 71 | 4F | 55 | 0 | 1E | 19 | 38 | 15D | 12 | 26 |
| Octal | 161 | 117 | 125 | 0 | 36 | 31 | 70 | 535 | 22 | 46 |
| Binary | 1110001 | 1001111 | 1010101 | 0 | 11110 | 11001 | 111000 | 101011101 | 10010 | 100110 |
Color Harmonies of #714F55
Complementary color
Monochromatic Colors of #714F55
Black with #714F55
Text Example
Text Example
White with #714F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714F55; }
p { color: rgb(113,79,85); }
H1.HeaderClassName
{
color: #714F55;
}
.AnyTagClassName
{
color: #714F55;
}
</style>
background-color css
<style>
a { background-color: #714F55; }
a { background-color: rgb(113,79,85); }
div.DivClassName
{
background-color: #714F55;
}
.BgClassName
{
background-color: #714F55;
}
</style>
border-color css
<style>
span { border-color: #714F55; }
span { border-color: rgb(113,79,85); }
td.TdClassName
{
border-color: #714F55;
}
.TagClassName
{
border-color: #714F55;
}
</style>