Shades of Falcon #795255
Tints of Falcon #795255
RGB
CMYK
RGB Variations
Color information
#795255 (or 0x795255) is known color: Falcon. HEX triplet: 79, 52 and 55. RGB value is (121,82,85). Sum of RGB (Red+Green+Blue) = 121+82+85=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 121 - color contains mainly: red. Hex color #795255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795255 is #86ADAA. Grayscale: #5E5E5E. Windows color (decimal): -8826283 or 5591673. OLE color: 5591673.
HSL color Cylindrical-coordinate representation of color #795255: hue angle of 355.38º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #795255 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 82 | 85 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.53 |
| HSL | 355.38º | 0.19% | 0.4% | - |
| HSV(B) | 355.38º | 0.32% | 0.47% | - |
| XYZ | 12.54 | 10.76 | 10.01 | - |
| YUV | 94 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 85 | 0 | 0.32 | 0.30 | 0.53 | 355.38 | 0.19 | 0.4 |
| Hex | 79 | 52 | 55 | 0 | 20 | 1E | 35 | 163 | 13 | 28 |
| Octal | 171 | 122 | 125 | 0 | 40 | 36 | 65 | 543 | 23 | 50 |
| Binary | 1111001 | 1010010 | 1010101 | 0 | 100000 | 11110 | 110101 | 101100011 | 10011 | 101000 |
Color Harmonies of #795255
Complementary color
Monochromatic Colors of #795255
Black with #795255
Text Example
Text Example
White with #795255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795255; }
p { color: rgb(121,82,85); }
H1.HeaderClassName
{
color: #795255;
}
.AnyTagClassName
{
color: #795255;
}
</style>
background-color css
<style>
a { background-color: #795255; }
a { background-color: rgb(121,82,85); }
div.DivClassName
{
background-color: #795255;
}
.BgClassName
{
background-color: #795255;
}
</style>
border-color css
<style>
span { border-color: #795255; }
span { border-color: rgb(121,82,85); }
td.TdClassName
{
border-color: #795255;
}
.TagClassName
{
border-color: #795255;
}
</style>