Shades of Falcon #78565D
Tints of Falcon #78565D
RGB
CMYK
RGB Variations
Color information
#78565D (or 0x78565D) is known color: Falcon. HEX triplet: 78, 56 and 5D. RGB value is (120,86,93). Sum of RGB (Red+Green+Blue) = 120+86+93=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #78565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78565D is #87A9A2. Grayscale: #606060. Windows color (decimal): -8890787 or 6116984. OLE color: 6116984.
HSL color Cylindrical-coordinate representation of color #78565D: hue angle of 347.65º 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 #78565D is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 86 | 93 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.53 |
| HSL | 347.65º | 0.17% | 0.4% | - |
| HSV(B) | 347.65º | 0.28% | 0.47% | - |
| XYZ | 13.05 | 11.44 | 11.88 | - |
| YUV | 96.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 86 | 93 | 0 | 0.28 | 0.22 | 0.53 | 347.65 | 0.17 | 0.4 |
| Hex | 78 | 56 | 5D | 0 | 1C | 16 | 35 | 15C | 11 | 28 |
| Octal | 170 | 126 | 135 | 0 | 34 | 26 | 65 | 534 | 21 | 50 |
| Binary | 1111000 | 1010110 | 1011101 | 0 | 11100 | 10110 | 110101 | 101011100 | 10001 | 101000 |
Color Harmonies of #78565D
Complementary color
Monochromatic Colors of #78565D
Black with #78565D
Text Example
Text Example
White with #78565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78565D; }
p { color: rgb(120,86,93); }
H1.HeaderClassName
{
color: #78565D;
}
.AnyTagClassName
{
color: #78565D;
}
</style>
background-color css
<style>
a { background-color: #78565D; }
a { background-color: rgb(120,86,93); }
div.DivClassName
{
background-color: #78565D;
}
.BgClassName
{
background-color: #78565D;
}
</style>
border-color css
<style>
span { border-color: #78565D; }
span { border-color: rgb(120,86,93); }
td.TdClassName
{
border-color: #78565D;
}
.TagClassName
{
border-color: #78565D;
}
</style>