Shades of Falcon #795455
Tints of Falcon #795455
RGB
CMYK
RGB Variations
Color information
#795455 (or 0x795455) is known color: Falcon. HEX triplet: 79, 54 and 55. RGB value is (121,84,85). Sum of RGB (Red+Green+Blue) = 121+84+85=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 121 - color contains mainly: red. Hex color #795455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795455 is #86ABAA. Grayscale: #5F5F5F. Windows color (decimal): -8825771 or 5592185. OLE color: 5592185.
HSL color Cylindrical-coordinate representation of color #795455: hue angle of 358.38º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #795455 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 84 | 85 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.53 |
| HSL | 358.38º | 0.18% | 0.4% | - |
| HSV(B) | 358.38º | 0.31% | 0.47% | - |
| XYZ | 12.7 | 11.06 | 10.06 | - |
| YUV | 95.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 84 | 85 | 0 | 0.31 | 0.30 | 0.53 | 358.38 | 0.18 | 0.4 |
| Hex | 79 | 54 | 55 | 0 | 1F | 1E | 35 | 166 | 12 | 28 |
| Octal | 171 | 124 | 125 | 0 | 37 | 36 | 65 | 546 | 22 | 50 |
| Binary | 1111001 | 1010100 | 1010101 | 0 | 11111 | 11110 | 110101 | 101100110 | 10010 | 101000 |
Color Harmonies of #795455
Complementary color
Monochromatic Colors of #795455
Black with #795455
Text Example
Text Example
White with #795455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795455; }
p { color: rgb(121,84,85); }
H1.HeaderClassName
{
color: #795455;
}
.AnyTagClassName
{
color: #795455;
}
</style>
background-color css
<style>
a { background-color: #795455; }
a { background-color: rgb(121,84,85); }
div.DivClassName
{
background-color: #795455;
}
.BgClassName
{
background-color: #795455;
}
</style>
border-color css
<style>
span { border-color: #795455; }
span { border-color: rgb(121,84,85); }
td.TdClassName
{
border-color: #795455;
}
.TagClassName
{
border-color: #795455;
}
</style>