Shades of Falcon #785154
Tints of Falcon #785154
RGB
CMYK
RGB Variations
Color information
#785154 (or 0x785154) is known color: Falcon. HEX triplet: 78, 51 and 54. RGB value is (120,81,84). Sum of RGB (Red+Green+Blue) = 120+81+84=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #785154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785154 is #87AEAB. Grayscale: #5D5D5D. Windows color (decimal): -8892076 or 5525880. OLE color: 5525880.
HSL color Cylindrical-coordinate representation of color #785154: hue angle of 355.38º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #785154 is Cyan = 0, Magento = 0.32, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 81 | 84 | - |
| CMYK | 0 | 0.32 | 0.3 | 0.53 |
| HSL | 355.38º | 0.19% | 0.39% | - |
| HSV(B) | 355.38º | 0.33% | 0.47% | - |
| XYZ | 12.29 | 10.52 | 9.77 | - |
| YUV | 93 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 84 | 0 | 0.32 | 0.3 | 0.53 | 355.38 | 0.19 | 0.39 |
| Hex | 78 | 51 | 54 | 0 | 20 | 1E | 35 | 163 | 13 | 27 |
| Octal | 170 | 121 | 124 | 0 | 40 | 36 | 65 | 543 | 23 | 47 |
| Binary | 1111000 | 1010001 | 1010100 | 0 | 100000 | 11110 | 110101 | 101100011 | 10011 | 100111 |
Color Harmonies of #785154
Complementary color
Monochromatic Colors of #785154
Black with #785154
Text Example
Text Example
White with #785154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785154; }
p { color: rgb(120,81,84); }
H1.HeaderClassName
{
color: #785154;
}
.AnyTagClassName
{
color: #785154;
}
</style>
background-color css
<style>
a { background-color: #785154; }
a { background-color: rgb(120,81,84); }
div.DivClassName
{
background-color: #785154;
}
.BgClassName
{
background-color: #785154;
}
</style>
border-color css
<style>
span { border-color: #785154; }
span { border-color: rgb(120,81,84); }
td.TdClassName
{
border-color: #785154;
}
.TagClassName
{
border-color: #785154;
}
</style>