Shades of Falcon #785658
Tints of Falcon #785658
RGB
CMYK
RGB Variations
Color information
#785658 (or 0x785658) is known color: Falcon. HEX triplet: 78, 56 and 58. RGB value is (120,86,88). Sum of RGB (Red+Green+Blue) = 120+86+88=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #785658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785658 is #87A9A7. Grayscale: #606060. Windows color (decimal): -8890792 or 5789304. OLE color: 5789304.
HSL color Cylindrical-coordinate representation of color #785658: hue angle of 356.47º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #785658 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 86 | 88 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.53 |
| HSL | 356.47º | 0.17% | 0.4% | - |
| HSV(B) | 356.47º | 0.28% | 0.47% | - |
| XYZ | 12.83 | 11.35 | 10.75 | - |
| YUV | 96.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 86 | 88 | 0 | 0.28 | 0.27 | 0.53 | 356.47 | 0.17 | 0.4 |
| Hex | 78 | 56 | 58 | 0 | 1C | 1B | 35 | 164 | 11 | 28 |
| Octal | 170 | 126 | 130 | 0 | 34 | 33 | 65 | 544 | 21 | 50 |
| Binary | 1111000 | 1010110 | 1011000 | 0 | 11100 | 11011 | 110101 | 101100100 | 10001 | 101000 |
Color Harmonies of #785658
Complementary color
Monochromatic Colors of #785658
Black with #785658
Text Example
Text Example
White with #785658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785658; }
p { color: rgb(120,86,88); }
H1.HeaderClassName
{
color: #785658;
}
.AnyTagClassName
{
color: #785658;
}
</style>
background-color css
<style>
a { background-color: #785658; }
a { background-color: rgb(120,86,88); }
div.DivClassName
{
background-color: #785658;
}
.BgClassName
{
background-color: #785658;
}
</style>
border-color css
<style>
span { border-color: #785658; }
span { border-color: rgb(120,86,88); }
td.TdClassName
{
border-color: #785658;
}
.TagClassName
{
border-color: #785658;
}
</style>