Shades of Falcon #705E5F
Tints of Falcon #705E5F
RGB
CMYK
RGB Variations
Color information
#705E5F (or 0x705E5F) is known color: Falcon. HEX triplet: 70, 5E and 5F. RGB value is (112,94,95). Sum of RGB (Red+Green+Blue) = 112+94+95=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #705E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705E5F is #8FA1A0. Grayscale: #636363. Windows color (decimal): -9413025 or 6250096. OLE color: 6250096.
HSL color Cylindrical-coordinate representation of color #705E5F: hue angle of 356.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #705E5F is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 94 | 95 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.56 |
| HSL | 356.67º | 0.09% | 0.4% | - |
| HSV(B) | 356.67º | 0.16% | 0.44% | - |
| XYZ | 12.75 | 12.28 | 12.52 | - |
| YUV | 99.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 95 | 0 | 0.16 | 0.15 | 0.56 | 356.67 | 0.09 | 0.4 |
| Hex | 70 | 5E | 5F | 0 | 10 | F | 38 | 165 | 9 | 28 |
| Octal | 160 | 136 | 137 | 0 | 20 | 17 | 70 | 545 | 11 | 50 |
| Binary | 1110000 | 1011110 | 1011111 | 0 | 10000 | 1111 | 111000 | 101100101 | 1001 | 101000 |
Color Harmonies of #705E5F
Complementary color
Monochromatic Colors of #705E5F
Black with #705E5F
Text Example
Text Example
White with #705E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705E5F; }
p { color: rgb(112,94,95); }
H1.HeaderClassName
{
color: #705E5F;
}
.AnyTagClassName
{
color: #705E5F;
}
</style>
background-color css
<style>
a { background-color: #705E5F; }
a { background-color: rgb(112,94,95); }
div.DivClassName
{
background-color: #705E5F;
}
.BgClassName
{
background-color: #705E5F;
}
</style>
border-color css
<style>
span { border-color: #705E5F; }
span { border-color: rgb(112,94,95); }
td.TdClassName
{
border-color: #705E5F;
}
.TagClassName
{
border-color: #705E5F;
}
</style>