Shades of Falcon #705C5D
Tints of Falcon #705C5D
RGB
CMYK
RGB Variations
Color information
#705C5D (or 0x705C5D) is known color: Falcon. HEX triplet: 70, 5C and 5D. RGB value is (112,92,93). Sum of RGB (Red+Green+Blue) = 112+92+93=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #705C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C5D is #8FA3A2. Grayscale: #626262. Windows color (decimal): -9413539 or 6118512. OLE color: 6118512.
HSL color Cylindrical-coordinate representation of color #705C5D: hue angle of 357º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #705C5D is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 92 | 93 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.56 |
| HSL | 357º | 0.1% | 0.4% | - |
| HSV(B) | 357º | 0.18% | 0.44% | - |
| XYZ | 12.49 | 11.89 | 11.99 | - |
| YUV | 98.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 93 | 0 | 0.18 | 0.17 | 0.56 | 357 | 0.1 | 0.4 |
| Hex | 70 | 5C | 5D | 0 | 12 | 11 | 38 | 165 | A | 28 |
| Octal | 160 | 134 | 135 | 0 | 22 | 21 | 70 | 545 | 12 | 50 |
| Binary | 1110000 | 1011100 | 1011101 | 0 | 10010 | 10001 | 111000 | 101100101 | 1010 | 101000 |
Color Harmonies of #705C5D
Complementary color
Monochromatic Colors of #705C5D
Black with #705C5D
Text Example
Text Example
White with #705C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705C5D; }
p { color: rgb(112,92,93); }
H1.HeaderClassName
{
color: #705C5D;
}
.AnyTagClassName
{
color: #705C5D;
}
</style>
background-color css
<style>
a { background-color: #705C5D; }
a { background-color: rgb(112,92,93); }
div.DivClassName
{
background-color: #705C5D;
}
.BgClassName
{
background-color: #705C5D;
}
</style>
border-color css
<style>
span { border-color: #705C5D; }
span { border-color: rgb(112,92,93); }
td.TdClassName
{
border-color: #705C5D;
}
.TagClassName
{
border-color: #705C5D;
}
</style>