Shades of Falcon #785055
Tints of Falcon #785055
RGB
CMYK
RGB Variations
Color information
#785055 (or 0x785055) is known color: Falcon. HEX triplet: 78, 50 and 55. RGB value is (120,80,85). Sum of RGB (Red+Green+Blue) = 120+80+85=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #785055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785055 is #87AFAA. Grayscale: #5C5C5C. Windows color (decimal): -8892331 or 5591160. OLE color: 5591160.
HSL color Cylindrical-coordinate representation of color #785055: hue angle of 352.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #785055 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 80 | 85 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.53 |
| HSL | 352.5º | 0.2% | 0.39% | - |
| HSV(B) | 352.5º | 0.33% | 0.47% | - |
| XYZ | 12.25 | 10.39 | 9.95 | - |
| YUV | 92.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 85 | 0 | 0.33 | 0.29 | 0.53 | 352.5 | 0.2 | 0.39 |
| Hex | 78 | 50 | 55 | 0 | 21 | 1D | 35 | 160 | 14 | 27 |
| Octal | 170 | 120 | 125 | 0 | 41 | 35 | 65 | 540 | 24 | 47 |
| Binary | 1111000 | 1010000 | 1010101 | 0 | 100001 | 11101 | 110101 | 101100000 | 10100 | 100111 |
Color Harmonies of #785055
Complementary color
Monochromatic Colors of #785055
Black with #785055
Text Example
Text Example
White with #785055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785055; }
p { color: rgb(120,80,85); }
H1.HeaderClassName
{
color: #785055;
}
.AnyTagClassName
{
color: #785055;
}
</style>
background-color css
<style>
a { background-color: #785055; }
a { background-color: rgb(120,80,85); }
div.DivClassName
{
background-color: #785055;
}
.BgClassName
{
background-color: #785055;
}
</style>
border-color css
<style>
span { border-color: #785055; }
span { border-color: rgb(120,80,85); }
td.TdClassName
{
border-color: #785055;
}
.TagClassName
{
border-color: #785055;
}
</style>