Shades of Falcon #785556
Tints of Falcon #785556
RGB
CMYK
RGB Variations
Color information
#785556 (or 0x785556) is known color: Falcon. HEX triplet: 78, 55 and 56. RGB value is (120,85,86). Sum of RGB (Red+Green+Blue) = 120+85+86=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 120 - color contains mainly: red. Hex color #785556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785556 is #87AAA9. Grayscale: #5F5F5F. Windows color (decimal): -8891050 or 5657976. OLE color: 5657976.
HSL color Cylindrical-coordinate representation of color #785556: hue angle of 358.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #785556 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 85 | 86 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.53 |
| HSL | 358.29º | 0.17% | 0.4% | - |
| HSV(B) | 358.29º | 0.29% | 0.47% | - |
| XYZ | 12.67 | 11.16 | 10.29 | - |
| YUV | 95.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 85 | 86 | 0 | 0.29 | 0.28 | 0.53 | 358.29 | 0.17 | 0.4 |
| Hex | 78 | 55 | 56 | 0 | 1D | 1C | 35 | 166 | 11 | 28 |
| Octal | 170 | 125 | 126 | 0 | 35 | 34 | 65 | 546 | 21 | 50 |
| Binary | 1111000 | 1010101 | 1010110 | 0 | 11101 | 11100 | 110101 | 101100110 | 10001 | 101000 |
Color Harmonies of #785556
Complementary color
Monochromatic Colors of #785556
Black with #785556
Text Example
Text Example
White with #785556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785556; }
p { color: rgb(120,85,86); }
H1.HeaderClassName
{
color: #785556;
}
.AnyTagClassName
{
color: #785556;
}
</style>
background-color css
<style>
a { background-color: #785556; }
a { background-color: rgb(120,85,86); }
div.DivClassName
{
background-color: #785556;
}
.BgClassName
{
background-color: #785556;
}
</style>
border-color css
<style>
span { border-color: #785556; }
span { border-color: rgb(120,85,86); }
td.TdClassName
{
border-color: #785556;
}
.TagClassName
{
border-color: #785556;
}
</style>