Shades of Falcon #705758
Tints of Falcon #705758
RGB
CMYK
RGB Variations
Color information
#705758 (or 0x705758) is known color: Falcon. HEX triplet: 70, 57 and 58. RGB value is (112,87,88). Sum of RGB (Red+Green+Blue) = 112+87+88=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #705758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705758 is #8FA8A7. Grayscale: #5E5E5E. Windows color (decimal): -9414824 or 5789552. OLE color: 5789552.
HSL color Cylindrical-coordinate representation of color #705758: hue angle of 357.6º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #705758 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 87 | 88 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.56 |
| HSL | 357.6º | 0.13% | 0.39% | - |
| HSV(B) | 357.6º | 0.22% | 0.44% | - |
| XYZ | 11.85 | 10.97 | 10.72 | - |
| YUV | 94.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 88 | 0 | 0.22 | 0.21 | 0.56 | 357.6 | 0.13 | 0.39 |
| Hex | 70 | 57 | 58 | 0 | 16 | 15 | 38 | 166 | D | 27 |
| Octal | 160 | 127 | 130 | 0 | 26 | 25 | 70 | 546 | 15 | 47 |
| Binary | 1110000 | 1010111 | 1011000 | 0 | 10110 | 10101 | 111000 | 101100110 | 1101 | 100111 |
Color Harmonies of #705758
Complementary color
Monochromatic Colors of #705758
Black with #705758
Text Example
Text Example
White with #705758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705758; }
p { color: rgb(112,87,88); }
H1.HeaderClassName
{
color: #705758;
}
.AnyTagClassName
{
color: #705758;
}
</style>
background-color css
<style>
a { background-color: #705758; }
a { background-color: rgb(112,87,88); }
div.DivClassName
{
background-color: #705758;
}
.BgClassName
{
background-color: #705758;
}
</style>
border-color css
<style>
span { border-color: #705758; }
span { border-color: rgb(112,87,88); }
td.TdClassName
{
border-color: #705758;
}
.TagClassName
{
border-color: #705758;
}
</style>