Shades of Falcon #705057
Tints of Falcon #705057
RGB
CMYK
RGB Variations
Color information
#705057 (or 0x705057) is known color: Falcon. HEX triplet: 70, 50 and 57. RGB value is (112,80,87). Sum of RGB (Red+Green+Blue) = 112+80+87=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #705057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705057 is #8FAFA8. Grayscale: #5A5A5A. Windows color (decimal): -9416617 or 5722224. OLE color: 5722224.
HSL color Cylindrical-coordinate representation of color #705057: hue angle of 346.88º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #705057 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 80 | 87 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.56 |
| HSL | 346.88º | 0.17% | 0.38% | - |
| HSV(B) | 346.88º | 0.29% | 0.44% | - |
| XYZ | 11.27 | 9.87 | 10.33 | - |
| YUV | 90.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 87 | 0 | 0.29 | 0.22 | 0.56 | 346.88 | 0.17 | 0.38 |
| Hex | 70 | 50 | 57 | 0 | 1D | 16 | 38 | 15B | 11 | 26 |
| Octal | 160 | 120 | 127 | 0 | 35 | 26 | 70 | 533 | 21 | 46 |
| Binary | 1110000 | 1010000 | 1010111 | 0 | 11101 | 10110 | 111000 | 101011011 | 10001 | 100110 |
Color Harmonies of #705057
Complementary color
Monochromatic Colors of #705057
Black with #705057
Text Example
Text Example
White with #705057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705057; }
p { color: rgb(112,80,87); }
H1.HeaderClassName
{
color: #705057;
}
.AnyTagClassName
{
color: #705057;
}
</style>
background-color css
<style>
a { background-color: #705057; }
a { background-color: rgb(112,80,87); }
div.DivClassName
{
background-color: #705057;
}
.BgClassName
{
background-color: #705057;
}
</style>
border-color css
<style>
span { border-color: #705057; }
span { border-color: rgb(112,80,87); }
td.TdClassName
{
border-color: #705057;
}
.TagClassName
{
border-color: #705057;
}
</style>