Shades of Falcon #705D60
Tints of Falcon #705D60
RGB
CMYK
RGB Variations
Color information
#705D60 (or 0x705D60) is known color: Falcon. HEX triplet: 70, 5D and 60. RGB value is (112,93,96). Sum of RGB (Red+Green+Blue) = 112+93+96=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #705D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D60 is #8FA29F. Grayscale: #636363. Windows color (decimal): -9413280 or 6315376. OLE color: 6315376.
HSL color Cylindrical-coordinate representation of color #705D60: hue angle of 350.53º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #705D60 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 93 | 96 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.56 |
| HSL | 350.53º | 0.09% | 0.4% | - |
| HSV(B) | 350.53º | 0.17% | 0.44% | - |
| XYZ | 12.71 | 12.12 | 12.74 | - |
| YUV | 99.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 96 | 0 | 0.17 | 0.14 | 0.56 | 350.53 | 0.09 | 0.4 |
| Hex | 70 | 5D | 60 | 0 | 11 | E | 38 | 15F | 9 | 28 |
| Octal | 160 | 135 | 140 | 0 | 21 | 16 | 70 | 537 | 11 | 50 |
| Binary | 1110000 | 1011101 | 1100000 | 0 | 10001 | 1110 | 111000 | 101011111 | 1001 | 101000 |
Color Harmonies of #705D60
Complementary color
Monochromatic Colors of #705D60
Black with #705D60
Text Example
Text Example
White with #705D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D60; }
p { color: rgb(112,93,96); }
H1.HeaderClassName
{
color: #705D60;
}
.AnyTagClassName
{
color: #705D60;
}
</style>
background-color css
<style>
a { background-color: #705D60; }
a { background-color: rgb(112,93,96); }
div.DivClassName
{
background-color: #705D60;
}
.BgClassName
{
background-color: #705D60;
}
</style>
border-color css
<style>
span { border-color: #705D60; }
span { border-color: rgb(112,93,96); }
td.TdClassName
{
border-color: #705D60;
}
.TagClassName
{
border-color: #705D60;
}
</style>