Shades of Falcon #795159
Tints of Falcon #795159
RGB
CMYK
RGB Variations
Color information
#795159 (or 0x795159) is known color: Falcon. HEX triplet: 79, 51 and 59. RGB value is (121,81,89). Sum of RGB (Red+Green+Blue) = 121+81+89=291 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.58% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 121 - color contains mainly: red. Hex color #795159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795159 is #86AEA6. Grayscale: #5D5D5D. Windows color (decimal): -8826535 or 5853561. OLE color: 5853561.
HSL color Cylindrical-coordinate representation of color #795159: hue angle of 348º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #795159 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 81 | 89 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.53 |
| HSL | 348º | 0.2% | 0.4% | - |
| HSV(B) | 348º | 0.33% | 0.47% | - |
| XYZ | 12.63 | 10.67 | 10.85 | - |
| YUV | 93.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 89 | 0 | 0.33 | 0.26 | 0.53 | 348 | 0.2 | 0.4 |
| Hex | 79 | 51 | 59 | 0 | 21 | 1A | 35 | 15C | 14 | 28 |
| Octal | 171 | 121 | 131 | 0 | 41 | 32 | 65 | 534 | 24 | 50 |
| Binary | 1111001 | 1010001 | 1011001 | 0 | 100001 | 11010 | 110101 | 101011100 | 10100 | 101000 |
Color Harmonies of #795159
Complementary color
Monochromatic Colors of #795159
Black with #795159
Text Example
Text Example
White with #795159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795159; }
p { color: rgb(121,81,89); }
H1.HeaderClassName
{
color: #795159;
}
.AnyTagClassName
{
color: #795159;
}
</style>
background-color css
<style>
a { background-color: #795159; }
a { background-color: rgb(121,81,89); }
div.DivClassName
{
background-color: #795159;
}
.BgClassName
{
background-color: #795159;
}
</style>
border-color css
<style>
span { border-color: #795159; }
span { border-color: rgb(121,81,89); }
td.TdClassName
{
border-color: #795159;
}
.TagClassName
{
border-color: #795159;
}
</style>