Shades of Falcon #77595E
Tints of Falcon #77595E
RGB
CMYK
RGB Variations
Color information
#77595E (or 0x77595E) is known color: Falcon. HEX triplet: 77, 59 and 5E. RGB value is (119,89,94). Sum of RGB (Red+Green+Blue) = 119+89+94=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #77595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77595E is #88A6A1. Grayscale: #626262. Windows color (decimal): -8955554 or 6183287. OLE color: 6183287.
HSL color Cylindrical-coordinate representation of color #77595E: hue angle of 350º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #77595E is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 89 | 94 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.53 |
| HSL | 350º | 0.14% | 0.41% | - |
| HSV(B) | 350º | 0.25% | 0.47% | - |
| XYZ | 13.2 | 11.87 | 12.19 | - |
| YUV | 98.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 94 | 0 | 0.25 | 0.21 | 0.53 | 350 | 0.14 | 0.41 |
| Hex | 77 | 59 | 5E | 0 | 19 | 15 | 35 | 15E | E | 29 |
| Octal | 167 | 131 | 136 | 0 | 31 | 25 | 65 | 536 | 16 | 51 |
| Binary | 1110111 | 1011001 | 1011110 | 0 | 11001 | 10101 | 110101 | 101011110 | 1110 | 101001 |
Color Harmonies of #77595E
Complementary color
Monochromatic Colors of #77595E
Black with #77595E
Text Example
Text Example
White with #77595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77595E; }
p { color: rgb(119,89,94); }
H1.HeaderClassName
{
color: #77595E;
}
.AnyTagClassName
{
color: #77595E;
}
</style>
background-color css
<style>
a { background-color: #77595E; }
a { background-color: rgb(119,89,94); }
div.DivClassName
{
background-color: #77595E;
}
.BgClassName
{
background-color: #77595E;
}
</style>
border-color css
<style>
span { border-color: #77595E; }
span { border-color: rgb(119,89,94); }
td.TdClassName
{
border-color: #77595E;
}
.TagClassName
{
border-color: #77595E;
}
</style>