Shades of Falcon #785356
Tints of Falcon #785356
RGB
CMYK
RGB Variations
Color information
#785356 (or 0x785356) is known color: Falcon. HEX triplet: 78, 53 and 56. RGB value is (120,83,86). Sum of RGB (Red+Green+Blue) = 120+83+86=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #785356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785356 is #87ACA9. Grayscale: #5E5E5E. Windows color (decimal): -8891562 or 5657464. OLE color: 5657464.
HSL color Cylindrical-coordinate representation of color #785356: hue angle of 355.14º 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 #785356 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 83 | 86 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.53 |
| HSL | 355.14º | 0.18% | 0.4% | - |
| HSV(B) | 355.14º | 0.31% | 0.47% | - |
| XYZ | 12.52 | 10.85 | 10.24 | - |
| YUV | 94.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 83 | 86 | 0 | 0.31 | 0.28 | 0.53 | 355.14 | 0.18 | 0.4 |
| Hex | 78 | 53 | 56 | 0 | 1F | 1C | 35 | 163 | 12 | 28 |
| Octal | 170 | 123 | 126 | 0 | 37 | 34 | 65 | 543 | 22 | 50 |
| Binary | 1111000 | 1010011 | 1010110 | 0 | 11111 | 11100 | 110101 | 101100011 | 10010 | 101000 |
Color Harmonies of #785356
Complementary color
Monochromatic Colors of #785356
Black with #785356
Text Example
Text Example
White with #785356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785356; }
p { color: rgb(120,83,86); }
H1.HeaderClassName
{
color: #785356;
}
.AnyTagClassName
{
color: #785356;
}
</style>
background-color css
<style>
a { background-color: #785356; }
a { background-color: rgb(120,83,86); }
div.DivClassName
{
background-color: #785356;
}
.BgClassName
{
background-color: #785356;
}
</style>
border-color css
<style>
span { border-color: #785356; }
span { border-color: rgb(120,83,86); }
td.TdClassName
{
border-color: #785356;
}
.TagClassName
{
border-color: #785356;
}
</style>