Shades of Falcon #795657
Tints of Falcon #795657
RGB
CMYK
RGB Variations
Color information
#795657 (or 0x795657) is known color: Falcon. HEX triplet: 79, 56 and 57. RGB value is (121,86,87). Sum of RGB (Red+Green+Blue) = 121+86+87=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 121 - color contains mainly: red. Hex color #795657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795657 is #86A9A8. Grayscale: #606060. Windows color (decimal): -8825257 or 5723769. OLE color: 5723769.
HSL color Cylindrical-coordinate representation of color #795657: hue angle of 358.29º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #795657 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 86 | 87 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.53 |
| HSL | 358.29º | 0.17% | 0.41% | - |
| HSV(B) | 358.29º | 0.29% | 0.47% | - |
| XYZ | 12.93 | 11.41 | 10.54 | - |
| YUV | 96.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 86 | 87 | 0 | 0.29 | 0.28 | 0.53 | 358.29 | 0.17 | 0.41 |
| Hex | 79 | 56 | 57 | 0 | 1D | 1C | 35 | 166 | 11 | 29 |
| Octal | 171 | 126 | 127 | 0 | 35 | 34 | 65 | 546 | 21 | 51 |
| Binary | 1111001 | 1010110 | 1010111 | 0 | 11101 | 11100 | 110101 | 101100110 | 10001 | 101001 |
Color Harmonies of #795657
Complementary color
Monochromatic Colors of #795657
Black with #795657
Text Example
Text Example
White with #795657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795657; }
p { color: rgb(121,86,87); }
H1.HeaderClassName
{
color: #795657;
}
.AnyTagClassName
{
color: #795657;
}
</style>
background-color css
<style>
a { background-color: #795657; }
a { background-color: rgb(121,86,87); }
div.DivClassName
{
background-color: #795657;
}
.BgClassName
{
background-color: #795657;
}
</style>
border-color css
<style>
span { border-color: #795657; }
span { border-color: rgb(121,86,87); }
td.TdClassName
{
border-color: #795657;
}
.TagClassName
{
border-color: #795657;
}
</style>