Shades of Falcon #714D54
Tints of Falcon #714D54
RGB
CMYK
RGB Variations
Color information
#714D54 (or 0x714D54) is known color: Falcon. HEX triplet: 71, 4D and 54. RGB value is (113,77,84). Sum of RGB (Red+Green+Blue) = 113+77+84=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #714D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D54 is #8EB2AB. Grayscale: #585858. Windows color (decimal): -9351852 or 5524849. OLE color: 5524849.
HSL color Cylindrical-coordinate representation of color #714D54: hue angle of 348.33º 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 #714D54 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 77 | 84 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.56 |
| HSL | 348.33º | 0.19% | 0.37% | - |
| HSV(B) | 348.33º | 0.32% | 0.44% | - |
| XYZ | 11.06 | 9.46 | 9.63 | - |
| YUV | 88.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 84 | 0 | 0.32 | 0.26 | 0.56 | 348.33 | 0.19 | 0.37 |
| Hex | 71 | 4D | 54 | 0 | 20 | 1A | 38 | 15C | 13 | 25 |
| Octal | 161 | 115 | 124 | 0 | 40 | 32 | 70 | 534 | 23 | 45 |
| Binary | 1110001 | 1001101 | 1010100 | 0 | 100000 | 11010 | 111000 | 101011100 | 10011 | 100101 |
Color Harmonies of #714D54
Complementary color
Monochromatic Colors of #714D54
Black with #714D54
Text Example
Text Example
White with #714D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714D54; }
p { color: rgb(113,77,84); }
H1.HeaderClassName
{
color: #714D54;
}
.AnyTagClassName
{
color: #714D54;
}
</style>
background-color css
<style>
a { background-color: #714D54; }
a { background-color: rgb(113,77,84); }
div.DivClassName
{
background-color: #714D54;
}
.BgClassName
{
background-color: #714D54;
}
</style>
border-color css
<style>
span { border-color: #714D54; }
span { border-color: rgb(113,77,84); }
td.TdClassName
{
border-color: #714D54;
}
.TagClassName
{
border-color: #714D54;
}
</style>