Shades of Falcon #775F62
Tints of Falcon #775F62
RGB
CMYK
RGB Variations
Color information
#775F62 (or 0x775F62) is known color: Falcon. HEX triplet: 77, 5F and 62. RGB value is (119,95,98). Sum of RGB (Red+Green+Blue) = 119+95+98=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #775F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F62 is #88A09D. Grayscale: #666666. Windows color (decimal): -8954014 or 6446967. OLE color: 6446967.
HSL color Cylindrical-coordinate representation of color #775F62: hue angle of 352.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #775F62 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 95 | 98 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.53 |
| HSL | 352.5º | 0.11% | 0.42% | - |
| HSV(B) | 352.5º | 0.2% | 0.47% | - |
| XYZ | 13.9 | 12.99 | 13.33 | - |
| YUV | 102.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 95 | 98 | 0 | 0.20 | 0.18 | 0.53 | 352.5 | 0.11 | 0.42 |
| Hex | 77 | 5F | 62 | 0 | 14 | 12 | 35 | 160 | B | 2A |
| Octal | 167 | 137 | 142 | 0 | 24 | 22 | 65 | 540 | 13 | 52 |
| Binary | 1110111 | 1011111 | 1100010 | 0 | 10100 | 10010 | 110101 | 101100000 | 1011 | 101010 |
Color Harmonies of #775F62
Complementary color
Monochromatic Colors of #775F62
Black with #775F62
Text Example
Text Example
White with #775F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775F62; }
p { color: rgb(119,95,98); }
H1.HeaderClassName
{
color: #775F62;
}
.AnyTagClassName
{
color: #775F62;
}
</style>
background-color css
<style>
a { background-color: #775F62; }
a { background-color: rgb(119,95,98); }
div.DivClassName
{
background-color: #775F62;
}
.BgClassName
{
background-color: #775F62;
}
</style>
border-color css
<style>
span { border-color: #775F62; }
span { border-color: rgb(119,95,98); }
td.TdClassName
{
border-color: #775F62;
}
.TagClassName
{
border-color: #775F62;
}
</style>