Shades of Falcon #78565B
Tints of Falcon #78565B
RGB
CMYK
RGB Variations
Color information
#78565B (or 0x78565B) is known color: Falcon. HEX triplet: 78, 56 and 5B. RGB value is (120,86,91). Sum of RGB (Red+Green+Blue) = 120+86+91=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #78565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78565B is #87A9A4. Grayscale: #606060. Windows color (decimal): -8890789 or 5985912. OLE color: 5985912.
HSL color Cylindrical-coordinate representation of color #78565B: hue angle of 351.18º 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 #78565B is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 86 | 91 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.53 |
| HSL | 351.18º | 0.17% | 0.4% | - |
| HSV(B) | 351.18º | 0.28% | 0.47% | - |
| XYZ | 12.96 | 11.4 | 11.42 | - |
| YUV | 96.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 86 | 91 | 0 | 0.28 | 0.24 | 0.53 | 351.18 | 0.17 | 0.4 |
| Hex | 78 | 56 | 5B | 0 | 1C | 18 | 35 | 15F | 11 | 28 |
| Octal | 170 | 126 | 133 | 0 | 34 | 30 | 65 | 537 | 21 | 50 |
| Binary | 1111000 | 1010110 | 1011011 | 0 | 11100 | 11000 | 110101 | 101011111 | 10001 | 101000 |
Color Harmonies of #78565B
Complementary color
Monochromatic Colors of #78565B
Black with #78565B
Text Example
Text Example
White with #78565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78565B; }
p { color: rgb(120,86,91); }
H1.HeaderClassName
{
color: #78565B;
}
.AnyTagClassName
{
color: #78565B;
}
</style>
background-color css
<style>
a { background-color: #78565B; }
a { background-color: rgb(120,86,91); }
div.DivClassName
{
background-color: #78565B;
}
.BgClassName
{
background-color: #78565B;
}
</style>
border-color css
<style>
span { border-color: #78565B; }
span { border-color: rgb(120,86,91); }
td.TdClassName
{
border-color: #78565B;
}
.TagClassName
{
border-color: #78565B;
}
</style>