Shades of Falcon #705F62
Tints of Falcon #705F62
RGB
CMYK
RGB Variations
Color information
#705F62 (or 0x705F62) is known color: Falcon. HEX triplet: 70, 5F and 62. RGB value is (112,95,98). Sum of RGB (Red+Green+Blue) = 112+95+98=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #705F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F62 is #8FA09D. Grayscale: #646464. Windows color (decimal): -9412766 or 6446960. OLE color: 6446960.
HSL color Cylindrical-coordinate representation of color #705F62: hue angle of 349.41º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #705F62 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 98 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.56 |
| HSL | 349.41º | 0.08% | 0.41% | - |
| HSV(B) | 349.41º | 0.15% | 0.44% | - |
| XYZ | 12.98 | 12.51 | 13.29 | - |
| YUV | 100.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 98 | 0 | 0.15 | 0.13 | 0.56 | 349.41 | 0.08 | 0.41 |
| Hex | 70 | 5F | 62 | 0 | F | D | 38 | 15D | 8 | 29 |
| Octal | 160 | 137 | 142 | 0 | 17 | 15 | 70 | 535 | 10 | 51 |
| Binary | 1110000 | 1011111 | 1100010 | 0 | 1111 | 1101 | 111000 | 101011101 | 1000 | 101001 |
Color Harmonies of #705F62
Complementary color
Monochromatic Colors of #705F62
Black with #705F62
Text Example
Text Example
White with #705F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F62; }
p { color: rgb(112,95,98); }
H1.HeaderClassName
{
color: #705F62;
}
.AnyTagClassName
{
color: #705F62;
}
</style>
background-color css
<style>
a { background-color: #705F62; }
a { background-color: rgb(112,95,98); }
div.DivClassName
{
background-color: #705F62;
}
.BgClassName
{
background-color: #705F62;
}
</style>
border-color css
<style>
span { border-color: #705F62; }
span { border-color: rgb(112,95,98); }
td.TdClassName
{
border-color: #705F62;
}
.TagClassName
{
border-color: #705F62;
}
</style>