Shades of Falcon #795155
Tints of Falcon #795155
RGB
CMYK
RGB Variations
Color information
#795155 (or 0x795155) is known color: Falcon. HEX triplet: 79, 51 and 55. RGB value is (121,81,85). Sum of RGB (Red+Green+Blue) = 121+81+85=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #795155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795155 is #86AEAA. Grayscale: #5D5D5D. Windows color (decimal): -8826539 or 5591417. OLE color: 5591417.
HSL color Cylindrical-coordinate representation of color #795155: hue angle of 354º 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 #795155 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 81 | 85 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.53 |
| HSL | 354º | 0.2% | 0.4% | - |
| HSV(B) | 354º | 0.33% | 0.47% | - |
| XYZ | 12.47 | 10.61 | 9.98 | - |
| YUV | 93.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 85 | 0 | 0.33 | 0.30 | 0.53 | 354 | 0.2 | 0.4 |
| Hex | 79 | 51 | 55 | 0 | 21 | 1E | 35 | 162 | 14 | 28 |
| Octal | 171 | 121 | 125 | 0 | 41 | 36 | 65 | 542 | 24 | 50 |
| Binary | 1111001 | 1010001 | 1010101 | 0 | 100001 | 11110 | 110101 | 101100010 | 10100 | 101000 |
Color Harmonies of #795155
Complementary color
Monochromatic Colors of #795155
Black with #795155
Text Example
Text Example
White with #795155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795155; }
p { color: rgb(121,81,85); }
H1.HeaderClassName
{
color: #795155;
}
.AnyTagClassName
{
color: #795155;
}
</style>
background-color css
<style>
a { background-color: #795155; }
a { background-color: rgb(121,81,85); }
div.DivClassName
{
background-color: #795155;
}
.BgClassName
{
background-color: #795155;
}
</style>
border-color css
<style>
span { border-color: #795155; }
span { border-color: rgb(121,81,85); }
td.TdClassName
{
border-color: #795155;
}
.TagClassName
{
border-color: #795155;
}
</style>