Shades of Falcon #78585D
Tints of Falcon #78585D
RGB
CMYK
RGB Variations
Color information
#78585D (or 0x78585D) is known color: Falcon. HEX triplet: 78, 58 and 5D. RGB value is (120,88,93). Sum of RGB (Red+Green+Blue) = 120+88+93=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 120 - color contains mainly: red. Hex color #78585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78585D is #87A7A2. Grayscale: #626262. Windows color (decimal): -8890275 or 6117496. OLE color: 6117496.
HSL color Cylindrical-coordinate representation of color #78585D: hue angle of 350.62º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78585D is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 88 | 93 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.53 |
| HSL | 350.63º | 0.15% | 0.41% | - |
| HSV(B) | 350.63º | 0.27% | 0.47% | - |
| XYZ | 13.21 | 11.76 | 11.93 | - |
| YUV | 98.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 88 | 93 | 0 | 0.27 | 0.22 | 0.53 | 350.63 | 0.15 | 0.41 |
| Hex | 78 | 58 | 5D | 0 | 1B | 16 | 35 | 15F | F | 29 |
| Octal | 170 | 130 | 135 | 0 | 33 | 26 | 65 | 537 | 17 | 51 |
| Binary | 1111000 | 1011000 | 1011101 | 0 | 11011 | 10110 | 110101 | 101011111 | 1111 | 101001 |
Color Harmonies of #78585D
Complementary color
Monochromatic Colors of #78585D
Black with #78585D
Text Example
Text Example
White with #78585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78585D; }
p { color: rgb(120,88,93); }
H1.HeaderClassName
{
color: #78585D;
}
.AnyTagClassName
{
color: #78585D;
}
</style>
background-color css
<style>
a { background-color: #78585D; }
a { background-color: rgb(120,88,93); }
div.DivClassName
{
background-color: #78585D;
}
.BgClassName
{
background-color: #78585D;
}
</style>
border-color css
<style>
span { border-color: #78585D; }
span { border-color: rgb(120,88,93); }
td.TdClassName
{
border-color: #78585D;
}
.TagClassName
{
border-color: #78585D;
}
</style>