Shades of Falcon #78565C
Tints of Falcon #78565C
RGB
CMYK
RGB Variations
Color information
#78565C (or 0x78565C) is known color: Falcon. HEX triplet: 78, 56 and 5C. RGB value is (120,86,92). Sum of RGB (Red+Green+Blue) = 120+86+92=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 120 - color contains mainly: red. Hex color #78565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78565C is #87A9A3. Grayscale: #606060. Windows color (decimal): -8890788 or 6051448. OLE color: 6051448.
HSL color Cylindrical-coordinate representation of color #78565C: hue angle of 349.41º 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 #78565C is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 86 | 92 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.53 |
| HSL | 349.41º | 0.17% | 0.4% | - |
| HSV(B) | 349.41º | 0.28% | 0.47% | - |
| XYZ | 13.01 | 11.42 | 11.64 | - |
| YUV | 96.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 86 | 92 | 0 | 0.28 | 0.23 | 0.53 | 349.41 | 0.17 | 0.4 |
| Hex | 78 | 56 | 5C | 0 | 1C | 17 | 35 | 15D | 11 | 28 |
| Octal | 170 | 126 | 134 | 0 | 34 | 27 | 65 | 535 | 21 | 50 |
| Binary | 1111000 | 1010110 | 1011100 | 0 | 11100 | 10111 | 110101 | 101011101 | 10001 | 101000 |
Color Harmonies of #78565C
Complementary color
Monochromatic Colors of #78565C
Black with #78565C
Text Example
Text Example
White with #78565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78565C; }
p { color: rgb(120,86,92); }
H1.HeaderClassName
{
color: #78565C;
}
.AnyTagClassName
{
color: #78565C;
}
</style>
background-color css
<style>
a { background-color: #78565C; }
a { background-color: rgb(120,86,92); }
div.DivClassName
{
background-color: #78565C;
}
.BgClassName
{
background-color: #78565C;
}
</style>
border-color css
<style>
span { border-color: #78565C; }
span { border-color: rgb(120,86,92); }
td.TdClassName
{
border-color: #78565C;
}
.TagClassName
{
border-color: #78565C;
}
</style>