Shades of Falcon #704E55
Tints of Falcon #704E55
RGB
CMYK
RGB Variations
Color information
#704E55 (or 0x704E55) is known color: Falcon. HEX triplet: 70, 4E and 55. RGB value is (112,78,85). Sum of RGB (Red+Green+Blue) = 112+78+85=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #704E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E55 is #8FB1AA. Grayscale: #585858. Windows color (decimal): -9417131 or 5590640. OLE color: 5590640.
HSL color Cylindrical-coordinate representation of color #704E55: hue angle of 347.65º 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 #704E55 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 78 | 85 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.56 |
| HSL | 347.65º | 0.18% | 0.37% | - |
| HSV(B) | 347.65º | 0.3% | 0.44% | - |
| XYZ | 11.05 | 9.55 | 9.86 | - |
| YUV | 88.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 85 | 0 | 0.30 | 0.24 | 0.56 | 347.65 | 0.18 | 0.37 |
| Hex | 70 | 4E | 55 | 0 | 1E | 18 | 38 | 15C | 12 | 25 |
| Octal | 160 | 116 | 125 | 0 | 36 | 30 | 70 | 534 | 22 | 45 |
| Binary | 1110000 | 1001110 | 1010101 | 0 | 11110 | 11000 | 111000 | 101011100 | 10010 | 100101 |
Color Harmonies of #704E55
Complementary color
Monochromatic Colors of #704E55
Black with #704E55
Text Example
Text Example
White with #704E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E55; }
p { color: rgb(112,78,85); }
H1.HeaderClassName
{
color: #704E55;
}
.AnyTagClassName
{
color: #704E55;
}
</style>
background-color css
<style>
a { background-color: #704E55; }
a { background-color: rgb(112,78,85); }
div.DivClassName
{
background-color: #704E55;
}
.BgClassName
{
background-color: #704E55;
}
</style>
border-color css
<style>
span { border-color: #704E55; }
span { border-color: rgb(112,78,85); }
td.TdClassName
{
border-color: #704E55;
}
.TagClassName
{
border-color: #704E55;
}
</style>