Shades of Falcon #795256
Tints of Falcon #795256
RGB
CMYK
RGB Variations
Color information
#795256 (or 0x795256) is known color: Falcon. HEX triplet: 79, 52 and 56. RGB value is (121,82,86). Sum of RGB (Red+Green+Blue) = 121+82+86=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 121 - color contains mainly: red. Hex color #795256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795256 is #86ADA9. Grayscale: #5E5E5E. Windows color (decimal): -8826282 or 5657209. OLE color: 5657209.
HSL color Cylindrical-coordinate representation of color #795256: hue angle of 353.85º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #795256 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 82 | 86 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.53 |
| HSL | 353.85º | 0.19% | 0.4% | - |
| HSV(B) | 353.85º | 0.32% | 0.47% | - |
| XYZ | 12.58 | 10.77 | 10.22 | - |
| YUV | 94.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 86 | 0 | 0.32 | 0.29 | 0.53 | 353.85 | 0.19 | 0.4 |
| Hex | 79 | 52 | 56 | 0 | 20 | 1D | 35 | 162 | 13 | 28 |
| Octal | 171 | 122 | 126 | 0 | 40 | 35 | 65 | 542 | 23 | 50 |
| Binary | 1111001 | 1010010 | 1010110 | 0 | 100000 | 11101 | 110101 | 101100010 | 10011 | 101000 |
Color Harmonies of #795256
Complementary color
Monochromatic Colors of #795256
Black with #795256
Text Example
Text Example
White with #795256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795256; }
p { color: rgb(121,82,86); }
H1.HeaderClassName
{
color: #795256;
}
.AnyTagClassName
{
color: #795256;
}
</style>
background-color css
<style>
a { background-color: #795256; }
a { background-color: rgb(121,82,86); }
div.DivClassName
{
background-color: #795256;
}
.BgClassName
{
background-color: #795256;
}
</style>
border-color css
<style>
span { border-color: #795256; }
span { border-color: rgb(121,82,86); }
td.TdClassName
{
border-color: #795256;
}
.TagClassName
{
border-color: #795256;
}
</style>