Shades of Falcon #79595E
Tints of Falcon #79595E
RGB
CMYK
RGB Variations
Color information
#79595E (or 0x79595E) is known color: Falcon. HEX triplet: 79, 59 and 5E. RGB value is (121,89,94). Sum of RGB (Red+Green+Blue) = 121+89+94=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 121 - color contains mainly: red. Hex color #79595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79595E is #86A6A1. Grayscale: #636363. Windows color (decimal): -8824482 or 6183289. OLE color: 6183289.
HSL color Cylindrical-coordinate representation of color #79595E: hue angle of 350.62º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #79595E is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 89 | 94 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.53 |
| HSL | 350.63º | 0.15% | 0.41% | - |
| HSV(B) | 350.63º | 0.26% | 0.47% | - |
| XYZ | 13.48 | 12.02 | 12.2 | - |
| YUV | 99.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 89 | 94 | 0 | 0.26 | 0.22 | 0.53 | 350.63 | 0.15 | 0.41 |
| Hex | 79 | 59 | 5E | 0 | 1A | 16 | 35 | 15F | F | 29 |
| Octal | 171 | 131 | 136 | 0 | 32 | 26 | 65 | 537 | 17 | 51 |
| Binary | 1111001 | 1011001 | 1011110 | 0 | 11010 | 10110 | 110101 | 101011111 | 1111 | 101001 |
Color Harmonies of #79595E
Complementary color
Monochromatic Colors of #79595E
Black with #79595E
Text Example
Text Example
White with #79595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79595E; }
p { color: rgb(121,89,94); }
H1.HeaderClassName
{
color: #79595E;
}
.AnyTagClassName
{
color: #79595E;
}
</style>
background-color css
<style>
a { background-color: #79595E; }
a { background-color: rgb(121,89,94); }
div.DivClassName
{
background-color: #79595E;
}
.BgClassName
{
background-color: #79595E;
}
</style>
border-color css
<style>
span { border-color: #79595E; }
span { border-color: rgb(121,89,94); }
td.TdClassName
{
border-color: #79595E;
}
.TagClassName
{
border-color: #79595E;
}
</style>