Shades of Falcon #765F61
Tints of Falcon #765F61
RGB
CMYK
RGB Variations
Color information
#765F61 (or 0x765F61) is known color: Falcon. HEX triplet: 76, 5F and 61. RGB value is (118,95,97). Sum of RGB (Red+Green+Blue) = 118+95+97=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #765F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F61 is #89A09E. Grayscale: #666666. Windows color (decimal): -9019551 or 6381430. OLE color: 6381430.
HSL color Cylindrical-coordinate representation of color #765F61: hue angle of 354.78º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #765F61 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 95 | 97 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.54 |
| HSL | 354.78º | 0.11% | 0.42% | - |
| HSV(B) | 354.78º | 0.19% | 0.46% | - |
| XYZ | 13.72 | 12.9 | 13.08 | - |
| YUV | 102.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 97 | 0 | 0.19 | 0.18 | 0.54 | 354.78 | 0.11 | 0.42 |
| Hex | 76 | 5F | 61 | 0 | 13 | 12 | 36 | 163 | B | 2A |
| Octal | 166 | 137 | 141 | 0 | 23 | 22 | 66 | 543 | 13 | 52 |
| Binary | 1110110 | 1011111 | 1100001 | 0 | 10011 | 10010 | 110110 | 101100011 | 1011 | 101010 |
Color Harmonies of #765F61
Complementary color
Monochromatic Colors of #765F61
Black with #765F61
Text Example
Text Example
White with #765F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765F61; }
p { color: rgb(118,95,97); }
H1.HeaderClassName
{
color: #765F61;
}
.AnyTagClassName
{
color: #765F61;
}
</style>
background-color css
<style>
a { background-color: #765F61; }
a { background-color: rgb(118,95,97); }
div.DivClassName
{
background-color: #765F61;
}
.BgClassName
{
background-color: #765F61;
}
</style>
border-color css
<style>
span { border-color: #765F61; }
span { border-color: rgb(118,95,97); }
td.TdClassName
{
border-color: #765F61;
}
.TagClassName
{
border-color: #765F61;
}
</style>