Shades of Falcon #795C60
Tints of Falcon #795C60
RGB
CMYK
RGB Variations
Color information
#795C60 (or 0x795C60) is known color: Falcon. HEX triplet: 79, 5C and 60. RGB value is (121,92,96). Sum of RGB (Red+Green+Blue) = 121+92+96=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 121 - color contains mainly: red. Hex color #795C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795C60 is #86A39F. Grayscale: #656565. Windows color (decimal): -8823712 or 6315129. OLE color: 6315129.
HSL color Cylindrical-coordinate representation of color #795C60: hue angle of 351.72º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #795C60 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 92 | 96 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.53 |
| HSL | 351.72º | 0.14% | 0.42% | - |
| HSV(B) | 351.72º | 0.24% | 0.47% | - |
| XYZ | 13.82 | 12.56 | 12.76 | - |
| YUV | 101.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 92 | 96 | 0 | 0.24 | 0.21 | 0.53 | 351.72 | 0.14 | 0.42 |
| Hex | 79 | 5C | 60 | 0 | 18 | 15 | 35 | 160 | E | 2A |
| Octal | 171 | 134 | 140 | 0 | 30 | 25 | 65 | 540 | 16 | 52 |
| Binary | 1111001 | 1011100 | 1100000 | 0 | 11000 | 10101 | 110101 | 101100000 | 1110 | 101010 |
Color Harmonies of #795C60
Complementary color
Monochromatic Colors of #795C60
Black with #795C60
Text Example
Text Example
White with #795C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795C60; }
p { color: rgb(121,92,96); }
H1.HeaderClassName
{
color: #795C60;
}
.AnyTagClassName
{
color: #795C60;
}
</style>
background-color css
<style>
a { background-color: #795C60; }
a { background-color: rgb(121,92,96); }
div.DivClassName
{
background-color: #795C60;
}
.BgClassName
{
background-color: #795C60;
}
</style>
border-color css
<style>
span { border-color: #795C60; }
span { border-color: rgb(121,92,96); }
td.TdClassName
{
border-color: #795C60;
}
.TagClassName
{
border-color: #795C60;
}
</style>