Shades of Falcon #765F63
Tints of Falcon #765F63
RGB
CMYK
RGB Variations
Color information
#765F63 (or 0x765F63) is known color: Falcon. HEX triplet: 76, 5F and 63. RGB value is (118,95,99). Sum of RGB (Red+Green+Blue) = 118+95+99=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #765F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F63 is #89A09C. Grayscale: #666666. Windows color (decimal): -9019549 or 6512502. OLE color: 6512502.
HSL color Cylindrical-coordinate representation of color #765F63: hue angle of 349.57º 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 #765F63 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 95 | 99 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.54 |
| HSL | 349.57º | 0.11% | 0.42% | - |
| HSV(B) | 349.57º | 0.19% | 0.46% | - |
| XYZ | 13.82 | 12.94 | 13.57 | - |
| YUV | 102.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 99 | 0 | 0.19 | 0.16 | 0.54 | 349.57 | 0.11 | 0.42 |
| Hex | 76 | 5F | 63 | 0 | 13 | 10 | 36 | 15E | B | 2A |
| Octal | 166 | 137 | 143 | 0 | 23 | 20 | 66 | 536 | 13 | 52 |
| Binary | 1110110 | 1011111 | 1100011 | 0 | 10011 | 10000 | 110110 | 101011110 | 1011 | 101010 |
Color Harmonies of #765F63
Complementary color
Monochromatic Colors of #765F63
Black with #765F63
Text Example
Text Example
White with #765F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765F63; }
p { color: rgb(118,95,99); }
H1.HeaderClassName
{
color: #765F63;
}
.AnyTagClassName
{
color: #765F63;
}
</style>
background-color css
<style>
a { background-color: #765F63; }
a { background-color: rgb(118,95,99); }
div.DivClassName
{
background-color: #765F63;
}
.BgClassName
{
background-color: #765F63;
}
</style>
border-color css
<style>
span { border-color: #765F63; }
span { border-color: rgb(118,95,99); }
td.TdClassName
{
border-color: #765F63;
}
.TagClassName
{
border-color: #765F63;
}
</style>