Shades of Falcon #78595D
Tints of Falcon #78595D
RGB
CMYK
RGB Variations
Color information
#78595D (or 0x78595D) is known color: Falcon. HEX triplet: 78, 59 and 5D. RGB value is (120,89,93). Sum of RGB (Red+Green+Blue) = 120+89+93=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #78595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78595D is #87A6A2. Grayscale: #626262. Windows color (decimal): -8890019 or 6117752. OLE color: 6117752.
HSL color Cylindrical-coordinate representation of color #78595D: hue angle of 352.26º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #78595D is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 89 | 93 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.53 |
| HSL | 352.26º | 0.15% | 0.41% | - |
| HSV(B) | 352.26º | 0.26% | 0.47% | - |
| XYZ | 13.29 | 11.93 | 11.96 | - |
| YUV | 98.73 | 124.77 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 89 | 93 | 0 | 0.26 | 0.22 | 0.53 | 352.26 | 0.15 | 0.41 |
| Hex | 78 | 59 | 5D | 0 | 1A | 16 | 35 | 160 | F | 29 |
| Octal | 170 | 131 | 135 | 0 | 32 | 26 | 65 | 540 | 17 | 51 |
| Binary | 1111000 | 1011001 | 1011101 | 0 | 11010 | 10110 | 110101 | 101100000 | 1111 | 101001 |
Color Harmonies of #78595D
Complementary color
Monochromatic Colors of #78595D
Black with #78595D
Text Example
Text Example
White with #78595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78595D; }
p { color: rgb(120,89,93); }
H1.HeaderClassName
{
color: #78595D;
}
.AnyTagClassName
{
color: #78595D;
}
</style>
background-color css
<style>
a { background-color: #78595D; }
a { background-color: rgb(120,89,93); }
div.DivClassName
{
background-color: #78595D;
}
.BgClassName
{
background-color: #78595D;
}
</style>
border-color css
<style>
span { border-color: #78595D; }
span { border-color: rgb(120,89,93); }
td.TdClassName
{
border-color: #78595D;
}
.TagClassName
{
border-color: #78595D;
}
</style>