Shades of Falcon #794F57
Tints of Falcon #794F57
RGB
CMYK
RGB Variations
Color information
#794F57 (or 0x794F57) is known color: Falcon. HEX triplet: 79, 4F and 57. RGB value is (121,79,87). Sum of RGB (Red+Green+Blue) = 121+79+87=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #794F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794F57 is #86B0A8. Grayscale: #5C5C5C. Windows color (decimal): -8827049 or 5721977. OLE color: 5721977.
HSL color Cylindrical-coordinate representation of color #794F57: hue angle of 348.57º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #794F57 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 79 | 87 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.53 |
| HSL | 348.57º | 0.21% | 0.39% | - |
| HSV(B) | 348.57º | 0.35% | 0.47% | - |
| XYZ | 12.4 | 10.35 | 10.36 | - |
| YUV | 92.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 79 | 87 | 0 | 0.35 | 0.28 | 0.53 | 348.57 | 0.21 | 0.39 |
| Hex | 79 | 4F | 57 | 0 | 23 | 1C | 35 | 15D | 15 | 27 |
| Octal | 171 | 117 | 127 | 0 | 43 | 34 | 65 | 535 | 25 | 47 |
| Binary | 1111001 | 1001111 | 1010111 | 0 | 100011 | 11100 | 110101 | 101011101 | 10101 | 100111 |
Color Harmonies of #794F57
Complementary color
Monochromatic Colors of #794F57
Black with #794F57
Text Example
Text Example
White with #794F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794F57; }
p { color: rgb(121,79,87); }
H1.HeaderClassName
{
color: #794F57;
}
.AnyTagClassName
{
color: #794F57;
}
</style>
background-color css
<style>
a { background-color: #794F57; }
a { background-color: rgb(121,79,87); }
div.DivClassName
{
background-color: #794F57;
}
.BgClassName
{
background-color: #794F57;
}
</style>
border-color css
<style>
span { border-color: #794F57; }
span { border-color: rgb(121,79,87); }
td.TdClassName
{
border-color: #794F57;
}
.TagClassName
{
border-color: #794F57;
}
</style>