Shades of Falcon #765E61
Tints of Falcon #765E61
RGB
CMYK
RGB Variations
Color information
#765E61 (or 0x765E61) is known color: Falcon. HEX triplet: 76, 5E and 61. RGB value is (118,94,97). Sum of RGB (Red+Green+Blue) = 118+94+97=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #765E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E61 is #89A19E. Grayscale: #656565. Windows color (decimal): -9019807 or 6381174. OLE color: 6381174.
HSL color Cylindrical-coordinate representation of color #765E61: hue angle of 352.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #765E61 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 94 | 97 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.54 |
| HSL | 352.5º | 0.11% | 0.42% | - |
| HSV(B) | 352.5º | 0.2% | 0.46% | - |
| XYZ | 13.63 | 12.72 | 13.05 | - |
| YUV | 101.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 97 | 0 | 0.20 | 0.18 | 0.54 | 352.5 | 0.11 | 0.42 |
| Hex | 76 | 5E | 61 | 0 | 14 | 12 | 36 | 160 | B | 2A |
| Octal | 166 | 136 | 141 | 0 | 24 | 22 | 66 | 540 | 13 | 52 |
| Binary | 1110110 | 1011110 | 1100001 | 0 | 10100 | 10010 | 110110 | 101100000 | 1011 | 101010 |
Color Harmonies of #765E61
Complementary color
Monochromatic Colors of #765E61
Black with #765E61
Text Example
Text Example
White with #765E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765E61; }
p { color: rgb(118,94,97); }
H1.HeaderClassName
{
color: #765E61;
}
.AnyTagClassName
{
color: #765E61;
}
</style>
background-color css
<style>
a { background-color: #765E61; }
a { background-color: rgb(118,94,97); }
div.DivClassName
{
background-color: #765E61;
}
.BgClassName
{
background-color: #765E61;
}
</style>
border-color css
<style>
span { border-color: #765E61; }
span { border-color: rgb(118,94,97); }
td.TdClassName
{
border-color: #765E61;
}
.TagClassName
{
border-color: #765E61;
}
</style>