Shades of Falcon #704C50
Tints of Falcon #704C50
RGB
CMYK
RGB Variations
Color information
#704C50 (or 0x704C50) is known color: Falcon. HEX triplet: 70, 4C and 50. RGB value is (112,76,80). Sum of RGB (Red+Green+Blue) = 112+76+80=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #704C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C50 is #8FB3AF. Grayscale: #575757. Windows color (decimal): -9417648 or 5262448. OLE color: 5262448.
HSL color Cylindrical-coordinate representation of color #704C50: hue angle of 353.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #704C50 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 76 | 80 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.56 |
| HSL | 353.33º | 0.19% | 0.37% | - |
| HSV(B) | 353.33º | 0.32% | 0.44% | - |
| XYZ | 10.71 | 9.19 | 8.8 | - |
| YUV | 87.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 80 | 0 | 0.32 | 0.29 | 0.56 | 353.33 | 0.19 | 0.37 |
| Hex | 70 | 4C | 50 | 0 | 20 | 1D | 38 | 161 | 13 | 25 |
| Octal | 160 | 114 | 120 | 0 | 40 | 35 | 70 | 541 | 23 | 45 |
| Binary | 1110000 | 1001100 | 1010000 | 0 | 100000 | 11101 | 111000 | 101100001 | 10011 | 100101 |
Color Harmonies of #704C50
Complementary color
Monochromatic Colors of #704C50
Black with #704C50
Text Example
Text Example
White with #704C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704C50; }
p { color: rgb(112,76,80); }
H1.HeaderClassName
{
color: #704C50;
}
.AnyTagClassName
{
color: #704C50;
}
</style>
background-color css
<style>
a { background-color: #704C50; }
a { background-color: rgb(112,76,80); }
div.DivClassName
{
background-color: #704C50;
}
.BgClassName
{
background-color: #704C50;
}
</style>
border-color css
<style>
span { border-color: #704C50; }
span { border-color: rgb(112,76,80); }
td.TdClassName
{
border-color: #704C50;
}
.TagClassName
{
border-color: #704C50;
}
</style>