Shades of Falcon #775559
Tints of Falcon #775559
RGB
CMYK
RGB Variations
Color information
#775559 (or 0x775559) is known color: Falcon. HEX triplet: 77, 55 and 59. RGB value is (119,85,89). Sum of RGB (Red+Green+Blue) = 119+85+89=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #775559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775559 is #88AAA6. Grayscale: #5F5F5F. Windows color (decimal): -8956583 or 5854583. OLE color: 5854583.
HSL color Cylindrical-coordinate representation of color #775559: hue angle of 352.94º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #775559 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 85 | 89 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.53 |
| HSL | 352.94º | 0.17% | 0.4% | - |
| HSV(B) | 352.94º | 0.29% | 0.47% | - |
| XYZ | 12.66 | 11.14 | 10.93 | - |
| YUV | 95.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 89 | 0 | 0.29 | 0.25 | 0.53 | 352.94 | 0.17 | 0.4 |
| Hex | 77 | 55 | 59 | 0 | 1D | 19 | 35 | 161 | 11 | 28 |
| Octal | 167 | 125 | 131 | 0 | 35 | 31 | 65 | 541 | 21 | 50 |
| Binary | 1110111 | 1010101 | 1011001 | 0 | 11101 | 11001 | 110101 | 101100001 | 10001 | 101000 |
Color Harmonies of #775559
Complementary color
Monochromatic Colors of #775559
Black with #775559
Text Example
Text Example
White with #775559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775559; }
p { color: rgb(119,85,89); }
H1.HeaderClassName
{
color: #775559;
}
.AnyTagClassName
{
color: #775559;
}
</style>
background-color css
<style>
a { background-color: #775559; }
a { background-color: rgb(119,85,89); }
div.DivClassName
{
background-color: #775559;
}
.BgClassName
{
background-color: #775559;
}
</style>
border-color css
<style>
span { border-color: #775559; }
span { border-color: rgb(119,85,89); }
td.TdClassName
{
border-color: #775559;
}
.TagClassName
{
border-color: #775559;
}
</style>