Shades of Falcon #704E50
Tints of Falcon #704E50
RGB
CMYK
RGB Variations
Color information
#704E50 (or 0x704E50) is known color: Falcon. HEX triplet: 70, 4E and 50. RGB value is (112,78,80). Sum of RGB (Red+Green+Blue) = 112+78+80=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #704E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E50 is #8FB1AF. Grayscale: #585858. Windows color (decimal): -9417136 or 5262960. OLE color: 5262960.
HSL color Cylindrical-coordinate representation of color #704E50: hue angle of 356.47º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #704E50 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 78 | 80 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.56 |
| HSL | 356.47º | 0.18% | 0.37% | - |
| HSV(B) | 356.47º | 0.3% | 0.44% | - |
| XYZ | 10.85 | 9.47 | 8.85 | - |
| YUV | 88.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 80 | 0 | 0.30 | 0.29 | 0.56 | 356.47 | 0.18 | 0.37 |
| Hex | 70 | 4E | 50 | 0 | 1E | 1D | 38 | 164 | 12 | 25 |
| Octal | 160 | 116 | 120 | 0 | 36 | 35 | 70 | 544 | 22 | 45 |
| Binary | 1110000 | 1001110 | 1010000 | 0 | 11110 | 11101 | 111000 | 101100100 | 10010 | 100101 |
Color Harmonies of #704E50
Complementary color
Monochromatic Colors of #704E50
Black with #704E50
Text Example
Text Example
White with #704E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E50; }
p { color: rgb(112,78,80); }
H1.HeaderClassName
{
color: #704E50;
}
.AnyTagClassName
{
color: #704E50;
}
</style>
background-color css
<style>
a { background-color: #704E50; }
a { background-color: rgb(112,78,80); }
div.DivClassName
{
background-color: #704E50;
}
.BgClassName
{
background-color: #704E50;
}
</style>
border-color css
<style>
span { border-color: #704E50; }
span { border-color: rgb(112,78,80); }
td.TdClassName
{
border-color: #704E50;
}
.TagClassName
{
border-color: #704E50;
}
</style>