Shades of Falcon #79575E
Tints of Falcon #79575E
RGB
CMYK
RGB Variations
Color information
#79575E (or 0x79575E) is known color: Falcon. HEX triplet: 79, 57 and 5E. RGB value is (121,87,94). Sum of RGB (Red+Green+Blue) = 121+87+94=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 121 - color contains mainly: red. Hex color #79575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79575E is #86A8A1. Grayscale: #616161. Windows color (decimal): -8824994 or 6182777. OLE color: 6182777.
HSL color Cylindrical-coordinate representation of color #79575E: hue angle of 347.65º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #79575E is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 87 | 94 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.53 |
| HSL | 347.65º | 0.16% | 0.41% | - |
| HSV(B) | 347.65º | 0.28% | 0.47% | - |
| XYZ | 13.31 | 11.69 | 12.14 | - |
| YUV | 97.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 87 | 94 | 0 | 0.28 | 0.22 | 0.53 | 347.65 | 0.16 | 0.41 |
| Hex | 79 | 57 | 5E | 0 | 1C | 16 | 35 | 15C | 10 | 29 |
| Octal | 171 | 127 | 136 | 0 | 34 | 26 | 65 | 534 | 20 | 51 |
| Binary | 1111001 | 1010111 | 1011110 | 0 | 11100 | 10110 | 110101 | 101011100 | 10000 | 101001 |
Color Harmonies of #79575E
Complementary color
Monochromatic Colors of #79575E
Black with #79575E
Text Example
Text Example
White with #79575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79575E; }
p { color: rgb(121,87,94); }
H1.HeaderClassName
{
color: #79575E;
}
.AnyTagClassName
{
color: #79575E;
}
</style>
background-color css
<style>
a { background-color: #79575E; }
a { background-color: rgb(121,87,94); }
div.DivClassName
{
background-color: #79575E;
}
.BgClassName
{
background-color: #79575E;
}
</style>
border-color css
<style>
span { border-color: #79575E; }
span { border-color: rgb(121,87,94); }
td.TdClassName
{
border-color: #79575E;
}
.TagClassName
{
border-color: #79575E;
}
</style>