Shades of Falcon #775C61
Tints of Falcon #775C61
RGB
CMYK
RGB Variations
Color information
#775C61 (or 0x775C61) is known color: Falcon. HEX triplet: 77, 5C and 61. RGB value is (119,92,97). Sum of RGB (Red+Green+Blue) = 119+92+97=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #775C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C61 is #88A39E. Grayscale: #646464. Windows color (decimal): -8954783 or 6380663. OLE color: 6380663.
HSL color Cylindrical-coordinate representation of color #775C61: hue angle of 348.89º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #775C61 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 97 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.53 |
| HSL | 348.89º | 0.13% | 0.41% | - |
| HSV(B) | 348.89º | 0.23% | 0.47% | - |
| XYZ | 13.59 | 12.44 | 12.99 | - |
| YUV | 100.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 97 | 0 | 0.23 | 0.18 | 0.53 | 348.89 | 0.13 | 0.41 |
| Hex | 77 | 5C | 61 | 0 | 17 | 12 | 35 | 15D | D | 29 |
| Octal | 167 | 134 | 141 | 0 | 27 | 22 | 65 | 535 | 15 | 51 |
| Binary | 1110111 | 1011100 | 1100001 | 0 | 10111 | 10010 | 110101 | 101011101 | 1101 | 101001 |
Color Harmonies of #775C61
Complementary color
Monochromatic Colors of #775C61
Black with #775C61
Text Example
Text Example
White with #775C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C61; }
p { color: rgb(119,92,97); }
H1.HeaderClassName
{
color: #775C61;
}
.AnyTagClassName
{
color: #775C61;
}
</style>
background-color css
<style>
a { background-color: #775C61; }
a { background-color: rgb(119,92,97); }
div.DivClassName
{
background-color: #775C61;
}
.BgClassName
{
background-color: #775C61;
}
</style>
border-color css
<style>
span { border-color: #775C61; }
span { border-color: rgb(119,92,97); }
td.TdClassName
{
border-color: #775C61;
}
.TagClassName
{
border-color: #775C61;
}
</style>