Shades of Falcon #795157
Tints of Falcon #795157
RGB
CMYK
RGB Variations
Color information
#795157 (or 0x795157) is known color: Falcon. HEX triplet: 79, 51 and 57. RGB value is (121,81,87). Sum of RGB (Red+Green+Blue) = 121+81+87=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 121 - color contains mainly: red. Hex color #795157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795157 is #86AEA8. Grayscale: #5D5D5D. Windows color (decimal): -8826537 or 5722489. OLE color: 5722489.
HSL color Cylindrical-coordinate representation of color #795157: hue angle of 351º 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 #795157 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 81 | 87 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.53 |
| HSL | 351º | 0.2% | 0.4% | - |
| HSV(B) | 351º | 0.33% | 0.47% | - |
| XYZ | 12.55 | 10.64 | 10.41 | - |
| YUV | 93.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 87 | 0 | 0.33 | 0.28 | 0.53 | 351 | 0.2 | 0.4 |
| Hex | 79 | 51 | 57 | 0 | 21 | 1C | 35 | 15F | 14 | 28 |
| Octal | 171 | 121 | 127 | 0 | 41 | 34 | 65 | 537 | 24 | 50 |
| Binary | 1111001 | 1010001 | 1010111 | 0 | 100001 | 11100 | 110101 | 101011111 | 10100 | 101000 |
Color Harmonies of #795157
Complementary color
Monochromatic Colors of #795157
Black with #795157
Text Example
Text Example
White with #795157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795157; }
p { color: rgb(121,81,87); }
H1.HeaderClassName
{
color: #795157;
}
.AnyTagClassName
{
color: #795157;
}
</style>
background-color css
<style>
a { background-color: #795157; }
a { background-color: rgb(121,81,87); }
div.DivClassName
{
background-color: #795157;
}
.BgClassName
{
background-color: #795157;
}
</style>
border-color css
<style>
span { border-color: #795157; }
span { border-color: rgb(121,81,87); }
td.TdClassName
{
border-color: #795157;
}
.TagClassName
{
border-color: #795157;
}
</style>