Shades of Falcon #796364
Tints of Falcon #796364
RGB
CMYK
RGB Variations
Color information
#796364 (or 0x796364) is known color: Falcon. HEX triplet: 79, 63 and 64. RGB value is (121,99,100). Sum of RGB (Red+Green+Blue) = 121+99+100=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 121 - color contains mainly: red. Hex color #796364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796364 is #869C9B. Grayscale: #696969. Windows color (decimal): -8821916 or 6579065. OLE color: 6579065.
HSL color Cylindrical-coordinate representation of color #796364: hue angle of 357.27º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #796364 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 99 | 100 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.53 |
| HSL | 357.27º | 0.1% | 0.43% | - |
| HSV(B) | 357.27º | 0.18% | 0.47% | - |
| XYZ | 14.65 | 13.91 | 13.97 | - |
| YUV | 105.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 99 | 100 | 0 | 0.18 | 0.17 | 0.53 | 357.27 | 0.1 | 0.43 |
| Hex | 79 | 63 | 64 | 0 | 12 | 11 | 35 | 165 | A | 2B |
| Octal | 171 | 143 | 144 | 0 | 22 | 21 | 65 | 545 | 12 | 53 |
| Binary | 1111001 | 1100011 | 1100100 | 0 | 10010 | 10001 | 110101 | 101100101 | 1010 | 101011 |
Color Harmonies of #796364
Complementary color
Monochromatic Colors of #796364
Black with #796364
Text Example
Text Example
White with #796364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796364; }
p { color: rgb(121,99,100); }
H1.HeaderClassName
{
color: #796364;
}
.AnyTagClassName
{
color: #796364;
}
</style>
background-color css
<style>
a { background-color: #796364; }
a { background-color: rgb(121,99,100); }
div.DivClassName
{
background-color: #796364;
}
.BgClassName
{
background-color: #796364;
}
</style>
border-color css
<style>
span { border-color: #796364; }
span { border-color: rgb(121,99,100); }
td.TdClassName
{
border-color: #796364;
}
.TagClassName
{
border-color: #796364;
}
</style>