Shades of Falcon #78575A
Tints of Falcon #78575A
RGB
CMYK
RGB Variations
Color information
#78575A (or 0x78575A) is known color: Falcon. HEX triplet: 78, 57 and 5A. RGB value is (120,87,90). Sum of RGB (Red+Green+Blue) = 120+87+90=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #78575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78575A is #87A8A5. Grayscale: #616161. Windows color (decimal): -8890534 or 5920632. OLE color: 5920632.
HSL color Cylindrical-coordinate representation of color #78575A: hue angle of 354.55º degrees, saturation: 0.16, 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 #78575A is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 87 | 90 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.53 |
| HSL | 354.55º | 0.16% | 0.41% | - |
| HSV(B) | 354.55º | 0.28% | 0.47% | - |
| XYZ | 13 | 11.55 | 11.22 | - |
| YUV | 97.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 87 | 90 | 0 | 0.28 | 0.25 | 0.53 | 354.55 | 0.16 | 0.41 |
| Hex | 78 | 57 | 5A | 0 | 1C | 19 | 35 | 163 | 10 | 29 |
| Octal | 170 | 127 | 132 | 0 | 34 | 31 | 65 | 543 | 20 | 51 |
| Binary | 1111000 | 1010111 | 1011010 | 0 | 11100 | 11001 | 110101 | 101100011 | 10000 | 101001 |
Color Harmonies of #78575A
Complementary color
Monochromatic Colors of #78575A
Black with #78575A
Text Example
Text Example
White with #78575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78575A; }
p { color: rgb(120,87,90); }
H1.HeaderClassName
{
color: #78575A;
}
.AnyTagClassName
{
color: #78575A;
}
</style>
background-color css
<style>
a { background-color: #78575A; }
a { background-color: rgb(120,87,90); }
div.DivClassName
{
background-color: #78575A;
}
.BgClassName
{
background-color: #78575A;
}
</style>
border-color css
<style>
span { border-color: #78575A; }
span { border-color: rgb(120,87,90); }
td.TdClassName
{
border-color: #78575A;
}
.TagClassName
{
border-color: #78575A;
}
</style>