Shades of Falcon #79575D
Tints of Falcon #79575D
RGB
CMYK
RGB Variations
Color information
#79575D (or 0x79575D) is known color: Falcon. HEX triplet: 79, 57 and 5D. RGB value is (121,87,93). Sum of RGB (Red+Green+Blue) = 121+87+93=301 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.20% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 121 - color contains mainly: red. Hex color #79575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79575D is #86A8A2. Grayscale: #616161. Windows color (decimal): -8824995 or 6117241. OLE color: 6117241.
HSL color Cylindrical-coordinate representation of color #79575D: hue angle of 349.41º 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 #79575D is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 87 | 93 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.53 |
| HSL | 349.41º | 0.16% | 0.41% | - |
| HSV(B) | 349.41º | 0.28% | 0.47% | - |
| XYZ | 13.27 | 11.67 | 11.91 | - |
| YUV | 97.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 87 | 93 | 0 | 0.28 | 0.23 | 0.53 | 349.41 | 0.16 | 0.41 |
| Hex | 79 | 57 | 5D | 0 | 1C | 17 | 35 | 15D | 10 | 29 |
| Octal | 171 | 127 | 135 | 0 | 34 | 27 | 65 | 535 | 20 | 51 |
| Binary | 1111001 | 1010111 | 1011101 | 0 | 11100 | 10111 | 110101 | 101011101 | 10000 | 101001 |
Color Harmonies of #79575D
Complementary color
Monochromatic Colors of #79575D
Black with #79575D
Text Example
Text Example
White with #79575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79575D; }
p { color: rgb(121,87,93); }
H1.HeaderClassName
{
color: #79575D;
}
.AnyTagClassName
{
color: #79575D;
}
</style>
background-color css
<style>
a { background-color: #79575D; }
a { background-color: rgb(121,87,93); }
div.DivClassName
{
background-color: #79575D;
}
.BgClassName
{
background-color: #79575D;
}
</style>
border-color css
<style>
span { border-color: #79575D; }
span { border-color: rgb(121,87,93); }
td.TdClassName
{
border-color: #79575D;
}
.TagClassName
{
border-color: #79575D;
}
</style>