Shades of Falcon #715D60
Tints of Falcon #715D60
RGB
CMYK
RGB Variations
Color information
#715D60 (or 0x715D60) is known color: Falcon. HEX triplet: 71, 5D and 60. RGB value is (113,93,96). Sum of RGB (Red+Green+Blue) = 113+93+96=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #715D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715D60 is #8EA29F. Grayscale: #636363. Windows color (decimal): -9347744 or 6315377. OLE color: 6315377.
HSL color Cylindrical-coordinate representation of color #715D60: hue angle of 351º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #715D60 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 93 | 96 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.56 |
| HSL | 351º | 0.1% | 0.4% | - |
| HSV(B) | 351º | 0.18% | 0.44% | - |
| XYZ | 12.84 | 12.18 | 12.74 | - |
| YUV | 99.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 93 | 96 | 0 | 0.18 | 0.15 | 0.56 | 351 | 0.1 | 0.4 |
| Hex | 71 | 5D | 60 | 0 | 12 | F | 38 | 15F | A | 28 |
| Octal | 161 | 135 | 140 | 0 | 22 | 17 | 70 | 537 | 12 | 50 |
| Binary | 1110001 | 1011101 | 1100000 | 0 | 10010 | 1111 | 111000 | 101011111 | 1010 | 101000 |
Color Harmonies of #715D60
Complementary color
Monochromatic Colors of #715D60
Black with #715D60
Text Example
Text Example
White with #715D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715D60; }
p { color: rgb(113,93,96); }
H1.HeaderClassName
{
color: #715D60;
}
.AnyTagClassName
{
color: #715D60;
}
</style>
background-color css
<style>
a { background-color: #715D60; }
a { background-color: rgb(113,93,96); }
div.DivClassName
{
background-color: #715D60;
}
.BgClassName
{
background-color: #715D60;
}
</style>
border-color css
<style>
span { border-color: #715D60; }
span { border-color: rgb(113,93,96); }
td.TdClassName
{
border-color: #715D60;
}
.TagClassName
{
border-color: #715D60;
}
</style>