Shades of Falcon #78545C
Tints of Falcon #78545C
RGB
CMYK
RGB Variations
Color information
#78545C (or 0x78545C) is known color: Falcon. HEX triplet: 78, 54 and 5C. RGB value is (120,84,92). Sum of RGB (Red+Green+Blue) = 120+84+92=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #78545C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78545C is #87ABA3. Grayscale: #5F5F5F. Windows color (decimal): -8891300 or 6050936. OLE color: 6050936.
HSL color Cylindrical-coordinate representation of color #78545C: hue angle of 346.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78545C is Cyan = 0, Magento = 0.3, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 84 | 92 | - |
| CMYK | 0 | 0.3 | 0.23 | 0.53 |
| HSL | 346.67º | 0.18% | 0.4% | - |
| HSV(B) | 346.67º | 0.3% | 0.47% | - |
| XYZ | 12.85 | 11.11 | 11.59 | - |
| YUV | 95.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 84 | 92 | 0 | 0.3 | 0.23 | 0.53 | 346.67 | 0.18 | 0.4 |
| Hex | 78 | 54 | 5C | 0 | 1E | 17 | 35 | 15B | 12 | 28 |
| Octal | 170 | 124 | 134 | 0 | 36 | 27 | 65 | 533 | 22 | 50 |
| Binary | 1111000 | 1010100 | 1011100 | 0 | 11110 | 10111 | 110101 | 101011011 | 10010 | 101000 |
Color Harmonies of #78545C
Complementary color
Monochromatic Colors of #78545C
Black with #78545C
Text Example
Text Example
White with #78545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78545C; }
p { color: rgb(120,84,92); }
H1.HeaderClassName
{
color: #78545C;
}
.AnyTagClassName
{
color: #78545C;
}
</style>
background-color css
<style>
a { background-color: #78545C; }
a { background-color: rgb(120,84,92); }
div.DivClassName
{
background-color: #78545C;
}
.BgClassName
{
background-color: #78545C;
}
</style>
border-color css
<style>
span { border-color: #78545C; }
span { border-color: rgb(120,84,92); }
td.TdClassName
{
border-color: #78545C;
}
.TagClassName
{
border-color: #78545C;
}
</style>