Shades of Falcon #785258
Tints of Falcon #785258
RGB
CMYK
RGB Variations
Color information
#785258 (or 0x785258) is known color: Falcon. HEX triplet: 78, 52 and 58. RGB value is (120,82,88). Sum of RGB (Red+Green+Blue) = 120+82+88=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #785258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785258 is #87ADA7. Grayscale: #5E5E5E. Windows color (decimal): -8891816 or 5788280. OLE color: 5788280.
HSL color Cylindrical-coordinate representation of color #785258: hue angle of 350.53º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #785258 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 88 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.53 |
| HSL | 350.53º | 0.19% | 0.4% | - |
| HSV(B) | 350.53º | 0.32% | 0.47% | - |
| XYZ | 12.52 | 10.73 | 10.64 | - |
| YUV | 94.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 88 | 0 | 0.32 | 0.27 | 0.53 | 350.53 | 0.19 | 0.4 |
| Hex | 78 | 52 | 58 | 0 | 20 | 1B | 35 | 15F | 13 | 28 |
| Octal | 170 | 122 | 130 | 0 | 40 | 33 | 65 | 537 | 23 | 50 |
| Binary | 1111000 | 1010010 | 1011000 | 0 | 100000 | 11011 | 110101 | 101011111 | 10011 | 101000 |
Color Harmonies of #785258
Complementary color
Monochromatic Colors of #785258
Black with #785258
Text Example
Text Example
White with #785258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785258; }
p { color: rgb(120,82,88); }
H1.HeaderClassName
{
color: #785258;
}
.AnyTagClassName
{
color: #785258;
}
</style>
background-color css
<style>
a { background-color: #785258; }
a { background-color: rgb(120,82,88); }
div.DivClassName
{
background-color: #785258;
}
.BgClassName
{
background-color: #785258;
}
</style>
border-color css
<style>
span { border-color: #785258; }
span { border-color: rgb(120,82,88); }
td.TdClassName
{
border-color: #785258;
}
.TagClassName
{
border-color: #785258;
}
</style>