Shades of Falcon #795D5E
Tints of Falcon #795D5E
RGB
CMYK
RGB Variations
Color information
#795D5E (or 0x795D5E) is known color: Falcon. HEX triplet: 79, 5D and 5E. RGB value is (121,93,94). Sum of RGB (Red+Green+Blue) = 121+93+94=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 121 - color contains mainly: red. Hex color #795D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795D5E is #86A2A1. Grayscale: #656565. Windows color (decimal): -8823458 or 6184313. OLE color: 6184313.
HSL color Cylindrical-coordinate representation of color #795D5E: hue angle of 357.86º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #795D5E is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 93 | 94 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.53 |
| HSL | 357.86º | 0.13% | 0.42% | - |
| HSV(B) | 357.86º | 0.23% | 0.47% | - |
| XYZ | 13.82 | 12.7 | 12.31 | - |
| YUV | 101.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 94 | 0 | 0.23 | 0.22 | 0.53 | 357.86 | 0.13 | 0.42 |
| Hex | 79 | 5D | 5E | 0 | 17 | 16 | 35 | 166 | D | 2A |
| Octal | 171 | 135 | 136 | 0 | 27 | 26 | 65 | 546 | 15 | 52 |
| Binary | 1111001 | 1011101 | 1011110 | 0 | 10111 | 10110 | 110101 | 101100110 | 1101 | 101010 |
Color Harmonies of #795D5E
Complementary color
Monochromatic Colors of #795D5E
Black with #795D5E
Text Example
Text Example
White with #795D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795D5E; }
p { color: rgb(121,93,94); }
H1.HeaderClassName
{
color: #795D5E;
}
.AnyTagClassName
{
color: #795D5E;
}
</style>
background-color css
<style>
a { background-color: #795D5E; }
a { background-color: rgb(121,93,94); }
div.DivClassName
{
background-color: #795D5E;
}
.BgClassName
{
background-color: #795D5E;
}
</style>
border-color css
<style>
span { border-color: #795D5E; }
span { border-color: rgb(121,93,94); }
td.TdClassName
{
border-color: #795D5E;
}
.TagClassName
{
border-color: #795D5E;
}
</style>