Shades of Falcon #704E53
Tints of Falcon #704E53
RGB
CMYK
RGB Variations
Color information
#704E53 (or 0x704E53) is known color: Falcon. HEX triplet: 70, 4E and 53. RGB value is (112,78,83). Sum of RGB (Red+Green+Blue) = 112+78+83=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #704E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E53 is #8FB1AC. Grayscale: #585858. Windows color (decimal): -9417133 or 5459568. OLE color: 5459568.
HSL color Cylindrical-coordinate representation of color #704E53: hue angle of 351.18º 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 #704E53 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 78 | 83 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.56 |
| HSL | 351.18º | 0.18% | 0.37% | - |
| HSV(B) | 351.18º | 0.3% | 0.44% | - |
| XYZ | 10.97 | 9.52 | 9.44 | - |
| YUV | 88.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 83 | 0 | 0.30 | 0.26 | 0.56 | 351.18 | 0.18 | 0.37 |
| Hex | 70 | 4E | 53 | 0 | 1E | 1A | 38 | 15F | 12 | 25 |
| Octal | 160 | 116 | 123 | 0 | 36 | 32 | 70 | 537 | 22 | 45 |
| Binary | 1110000 | 1001110 | 1010011 | 0 | 11110 | 11010 | 111000 | 101011111 | 10010 | 100101 |
Color Harmonies of #704E53
Complementary color
Monochromatic Colors of #704E53
Black with #704E53
Text Example
Text Example
White with #704E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E53; }
p { color: rgb(112,78,83); }
H1.HeaderClassName
{
color: #704E53;
}
.AnyTagClassName
{
color: #704E53;
}
</style>
background-color css
<style>
a { background-color: #704E53; }
a { background-color: rgb(112,78,83); }
div.DivClassName
{
background-color: #704E53;
}
.BgClassName
{
background-color: #704E53;
}
</style>
border-color css
<style>
span { border-color: #704E53; }
span { border-color: rgb(112,78,83); }
td.TdClassName
{
border-color: #704E53;
}
.TagClassName
{
border-color: #704E53;
}
</style>