Shades of Falcon #78595B
Tints of Falcon #78595B
RGB
CMYK
RGB Variations
Color information
#78595B (or 0x78595B) is known color: Falcon. HEX triplet: 78, 59 and 5B. RGB value is (120,89,91). Sum of RGB (Red+Green+Blue) = 120+89+91=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #78595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78595B is #87A6A4. Grayscale: #626262. Windows color (decimal): -8890021 or 5986680. OLE color: 5986680.
HSL color Cylindrical-coordinate representation of color #78595B: hue angle of 356.13º 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 #78595B is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 89 | 91 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.53 |
| HSL | 356.13º | 0.15% | 0.41% | - |
| HSV(B) | 356.13º | 0.26% | 0.47% | - |
| XYZ | 13.21 | 11.89 | 11.5 | - |
| YUV | 98.5 | 123.77 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 89 | 91 | 0 | 0.26 | 0.24 | 0.53 | 356.13 | 0.15 | 0.41 |
| Hex | 78 | 59 | 5B | 0 | 1A | 18 | 35 | 164 | F | 29 |
| Octal | 170 | 131 | 133 | 0 | 32 | 30 | 65 | 544 | 17 | 51 |
| Binary | 1111000 | 1011001 | 1011011 | 0 | 11010 | 11000 | 110101 | 101100100 | 1111 | 101001 |
Color Harmonies of #78595B
Complementary color
Monochromatic Colors of #78595B
Black with #78595B
Text Example
Text Example
White with #78595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78595B; }
p { color: rgb(120,89,91); }
H1.HeaderClassName
{
color: #78595B;
}
.AnyTagClassName
{
color: #78595B;
}
</style>
background-color css
<style>
a { background-color: #78595B; }
a { background-color: rgb(120,89,91); }
div.DivClassName
{
background-color: #78595B;
}
.BgClassName
{
background-color: #78595B;
}
</style>
border-color css
<style>
span { border-color: #78595B; }
span { border-color: rgb(120,89,91); }
td.TdClassName
{
border-color: #78595B;
}
.TagClassName
{
border-color: #78595B;
}
</style>