Shades of Falcon #704D51
Tints of Falcon #704D51
RGB
CMYK
RGB Variations
Color information
#704D51 (or 0x704D51) is known color: Falcon. HEX triplet: 70, 4D and 51. RGB value is (112,77,81). Sum of RGB (Red+Green+Blue) = 112+77+81=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #704D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D51 is #8FB2AE. Grayscale: #575757. Windows color (decimal): -9417391 or 5328240. OLE color: 5328240.
HSL color Cylindrical-coordinate representation of color #704D51: hue angle of 353.14º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #704D51 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 77 | 81 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.56 |
| HSL | 353.14º | 0.19% | 0.37% | - |
| HSV(B) | 353.14º | 0.31% | 0.44% | - |
| XYZ | 10.82 | 9.35 | 9.02 | - |
| YUV | 87.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 81 | 0 | 0.31 | 0.28 | 0.56 | 353.14 | 0.19 | 0.37 |
| Hex | 70 | 4D | 51 | 0 | 1F | 1C | 38 | 161 | 13 | 25 |
| Octal | 160 | 115 | 121 | 0 | 37 | 34 | 70 | 541 | 23 | 45 |
| Binary | 1110000 | 1001101 | 1010001 | 0 | 11111 | 11100 | 111000 | 101100001 | 10011 | 100101 |
Color Harmonies of #704D51
Complementary color
Monochromatic Colors of #704D51
Black with #704D51
Text Example
Text Example
White with #704D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D51; }
p { color: rgb(112,77,81); }
H1.HeaderClassName
{
color: #704D51;
}
.AnyTagClassName
{
color: #704D51;
}
</style>
background-color css
<style>
a { background-color: #704D51; }
a { background-color: rgb(112,77,81); }
div.DivClassName
{
background-color: #704D51;
}
.BgClassName
{
background-color: #704D51;
}
</style>
border-color css
<style>
span { border-color: #704D51; }
span { border-color: rgb(112,77,81); }
td.TdClassName
{
border-color: #704D51;
}
.TagClassName
{
border-color: #704D51;
}
</style>