Shades of Falcon #78565A
Tints of Falcon #78565A
RGB
CMYK
RGB Variations
Color information
#78565A (or 0x78565A) is known color: Falcon. HEX triplet: 78, 56 and 5A. RGB value is (120,86,90). Sum of RGB (Red+Green+Blue) = 120+86+90=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #78565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78565A is #87A9A5. Grayscale: #606060. Windows color (decimal): -8890790 or 5920376. OLE color: 5920376.
HSL color Cylindrical-coordinate representation of color #78565A: hue angle of 352.94º 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 #78565A is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 86 | 90 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.53 |
| HSL | 352.94º | 0.17% | 0.4% | - |
| HSV(B) | 352.94º | 0.28% | 0.47% | - |
| XYZ | 12.92 | 11.39 | 11.19 | - |
| YUV | 96.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 86 | 90 | 0 | 0.28 | 0.25 | 0.53 | 352.94 | 0.17 | 0.4 |
| Hex | 78 | 56 | 5A | 0 | 1C | 19 | 35 | 161 | 11 | 28 |
| Octal | 170 | 126 | 132 | 0 | 34 | 31 | 65 | 541 | 21 | 50 |
| Binary | 1111000 | 1010110 | 1011010 | 0 | 11100 | 11001 | 110101 | 101100001 | 10001 | 101000 |
Color Harmonies of #78565A
Complementary color
Monochromatic Colors of #78565A
Black with #78565A
Text Example
Text Example
White with #78565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78565A; }
p { color: rgb(120,86,90); }
H1.HeaderClassName
{
color: #78565A;
}
.AnyTagClassName
{
color: #78565A;
}
</style>
background-color css
<style>
a { background-color: #78565A; }
a { background-color: rgb(120,86,90); }
div.DivClassName
{
background-color: #78565A;
}
.BgClassName
{
background-color: #78565A;
}
</style>
border-color css
<style>
span { border-color: #78565A; }
span { border-color: rgb(120,86,90); }
td.TdClassName
{
border-color: #78565A;
}
.TagClassName
{
border-color: #78565A;
}
</style>