Shades of Falcon #785A5E
Tints of Falcon #785A5E
RGB
CMYK
RGB Variations
Color information
#785A5E (or 0x785A5E) is known color: Falcon. HEX triplet: 78, 5A and 5E. RGB value is (120,90,94). Sum of RGB (Red+Green+Blue) = 120+90+94=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 120 - color contains mainly: red. Hex color #785A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A5E is #87A5A1. Grayscale: #636363. Windows color (decimal): -8889762 or 6183544. OLE color: 6183544.
HSL color Cylindrical-coordinate representation of color #785A5E: hue angle of 352º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #785A5E is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 90 | 94 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.53 |
| HSL | 352º | 0.14% | 0.41% | - |
| HSV(B) | 352º | 0.25% | 0.47% | - |
| XYZ | 13.42 | 12.11 | 12.22 | - |
| YUV | 99.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 94 | 0 | 0.25 | 0.22 | 0.53 | 352 | 0.14 | 0.41 |
| Hex | 78 | 5A | 5E | 0 | 19 | 16 | 35 | 160 | E | 29 |
| Octal | 170 | 132 | 136 | 0 | 31 | 26 | 65 | 540 | 16 | 51 |
| Binary | 1111000 | 1011010 | 1011110 | 0 | 11001 | 10110 | 110101 | 101100000 | 1110 | 101001 |
Color Harmonies of #785A5E
Complementary color
Monochromatic Colors of #785A5E
Black with #785A5E
Text Example
Text Example
White with #785A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785A5E; }
p { color: rgb(120,90,94); }
H1.HeaderClassName
{
color: #785A5E;
}
.AnyTagClassName
{
color: #785A5E;
}
</style>
background-color css
<style>
a { background-color: #785A5E; }
a { background-color: rgb(120,90,94); }
div.DivClassName
{
background-color: #785A5E;
}
.BgClassName
{
background-color: #785A5E;
}
</style>
border-color css
<style>
span { border-color: #785A5E; }
span { border-color: rgb(120,90,94); }
td.TdClassName
{
border-color: #785A5E;
}
.TagClassName
{
border-color: #785A5E;
}
</style>