Shades of Falcon #796162
Tints of Falcon #796162
RGB
CMYK
RGB Variations
Color information
#796162 (or 0x796162) is known color: Falcon. HEX triplet: 79, 61 and 62. RGB value is (121,97,98). Sum of RGB (Red+Green+Blue) = 121+97+98=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 121 - color contains mainly: red. Hex color #796162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796162 is #869E9D. Grayscale: #686868. Windows color (decimal): -8822430 or 6447481. OLE color: 6447481.
HSL color Cylindrical-coordinate representation of color #796162: hue angle of 357.5º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #796162 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 97 | 98 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.53 |
| HSL | 357.5º | 0.11% | 0.43% | - |
| HSV(B) | 357.5º | 0.2% | 0.47% | - |
| XYZ | 14.36 | 13.5 | 13.4 | - |
| YUV | 104.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 97 | 98 | 0 | 0.20 | 0.19 | 0.53 | 357.5 | 0.11 | 0.43 |
| Hex | 79 | 61 | 62 | 0 | 14 | 13 | 35 | 166 | B | 2B |
| Octal | 171 | 141 | 142 | 0 | 24 | 23 | 65 | 546 | 13 | 53 |
| Binary | 1111001 | 1100001 | 1100010 | 0 | 10100 | 10011 | 110101 | 101100110 | 1011 | 101011 |
Color Harmonies of #796162
Complementary color
Monochromatic Colors of #796162
Black with #796162
Text Example
Text Example
White with #796162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796162; }
p { color: rgb(121,97,98); }
H1.HeaderClassName
{
color: #796162;
}
.AnyTagClassName
{
color: #796162;
}
</style>
background-color css
<style>
a { background-color: #796162; }
a { background-color: rgb(121,97,98); }
div.DivClassName
{
background-color: #796162;
}
.BgClassName
{
background-color: #796162;
}
</style>
border-color css
<style>
span { border-color: #796162; }
span { border-color: rgb(121,97,98); }
td.TdClassName
{
border-color: #796162;
}
.TagClassName
{
border-color: #796162;
}
</style>