Shades of Falcon #714D50
Tints of Falcon #714D50
RGB
CMYK
RGB Variations
Color information
#714D50 (or 0x714D50) is known color: Falcon. HEX triplet: 71, 4D and 50. RGB value is (113,77,80). Sum of RGB (Red+Green+Blue) = 113+77+80=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 113 - color contains mainly: red. Hex color #714D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D50 is #8EB2AF. Grayscale: #585858. Windows color (decimal): -9351856 or 5262705. OLE color: 5262705.
HSL color Cylindrical-coordinate representation of color #714D50: hue angle of 355º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #714D50 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 77 | 80 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.56 |
| HSL | 355º | 0.19% | 0.37% | - |
| HSV(B) | 355º | 0.32% | 0.44% | - |
| XYZ | 10.91 | 9.4 | 8.83 | - |
| YUV | 88.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 80 | 0 | 0.32 | 0.29 | 0.56 | 355 | 0.19 | 0.37 |
| Hex | 71 | 4D | 50 | 0 | 20 | 1D | 38 | 163 | 13 | 25 |
| Octal | 161 | 115 | 120 | 0 | 40 | 35 | 70 | 543 | 23 | 45 |
| Binary | 1110001 | 1001101 | 1010000 | 0 | 100000 | 11101 | 111000 | 101100011 | 10011 | 100101 |
Color Harmonies of #714D50
Complementary color
Monochromatic Colors of #714D50
Black with #714D50
Text Example
Text Example
White with #714D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714D50; }
p { color: rgb(113,77,80); }
H1.HeaderClassName
{
color: #714D50;
}
.AnyTagClassName
{
color: #714D50;
}
</style>
background-color css
<style>
a { background-color: #714D50; }
a { background-color: rgb(113,77,80); }
div.DivClassName
{
background-color: #714D50;
}
.BgClassName
{
background-color: #714D50;
}
</style>
border-color css
<style>
span { border-color: #714D50; }
span { border-color: rgb(113,77,80); }
td.TdClassName
{
border-color: #714D50;
}
.TagClassName
{
border-color: #714D50;
}
</style>