Shades of Falcon #705158
Tints of Falcon #705158
RGB
CMYK
RGB Variations
Color information
#705158 (or 0x705158) is known color: Falcon. HEX triplet: 70, 51 and 58. RGB value is (112,81,88). Sum of RGB (Red+Green+Blue) = 112+81+88=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #705158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705158 is #8FAEA7. Grayscale: #5B5B5B. Windows color (decimal): -9416360 or 5788016. OLE color: 5788016.
HSL color Cylindrical-coordinate representation of color #705158: hue angle of 346.45º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #705158 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 81 | 88 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.56 |
| HSL | 346.45º | 0.16% | 0.38% | - |
| HSV(B) | 346.45º | 0.28% | 0.44% | - |
| XYZ | 11.39 | 10.03 | 10.57 | - |
| YUV | 91.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 88 | 0 | 0.28 | 0.21 | 0.56 | 346.45 | 0.16 | 0.38 |
| Hex | 70 | 51 | 58 | 0 | 1C | 15 | 38 | 15A | 10 | 26 |
| Octal | 160 | 121 | 130 | 0 | 34 | 25 | 70 | 532 | 20 | 46 |
| Binary | 1110000 | 1010001 | 1011000 | 0 | 11100 | 10101 | 111000 | 101011010 | 10000 | 100110 |
Color Harmonies of #705158
Complementary color
Monochromatic Colors of #705158
Black with #705158
Text Example
Text Example
White with #705158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705158; }
p { color: rgb(112,81,88); }
H1.HeaderClassName
{
color: #705158;
}
.AnyTagClassName
{
color: #705158;
}
</style>
background-color css
<style>
a { background-color: #705158; }
a { background-color: rgb(112,81,88); }
div.DivClassName
{
background-color: #705158;
}
.BgClassName
{
background-color: #705158;
}
</style>
border-color css
<style>
span { border-color: #705158; }
span { border-color: rgb(112,81,88); }
td.TdClassName
{
border-color: #705158;
}
.TagClassName
{
border-color: #705158;
}
</style>