Shades of Falcon #765E60
Tints of Falcon #765E60
RGB
CMYK
RGB Variations
Color information
#765E60 (or 0x765E60) is known color: Falcon. HEX triplet: 76, 5E and 60. RGB value is (118,94,96). Sum of RGB (Red+Green+Blue) = 118+94+96=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #765E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E60 is #89A19F. Grayscale: #656565. Windows color (decimal): -9019808 or 6315638. OLE color: 6315638.
HSL color Cylindrical-coordinate representation of color #765E60: hue angle of 355º 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 #765E60 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 94 | 96 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.54 |
| HSL | 355º | 0.11% | 0.42% | - |
| HSV(B) | 355º | 0.2% | 0.46% | - |
| XYZ | 13.59 | 12.7 | 12.8 | - |
| YUV | 101.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 96 | 0 | 0.20 | 0.19 | 0.54 | 355 | 0.11 | 0.42 |
| Hex | 76 | 5E | 60 | 0 | 14 | 13 | 36 | 163 | B | 2A |
| Octal | 166 | 136 | 140 | 0 | 24 | 23 | 66 | 543 | 13 | 52 |
| Binary | 1110110 | 1011110 | 1100000 | 0 | 10100 | 10011 | 110110 | 101100011 | 1011 | 101010 |
Color Harmonies of #765E60
Complementary color
Monochromatic Colors of #765E60
Black with #765E60
Text Example
Text Example
White with #765E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765E60; }
p { color: rgb(118,94,96); }
H1.HeaderClassName
{
color: #765E60;
}
.AnyTagClassName
{
color: #765E60;
}
</style>
background-color css
<style>
a { background-color: #765E60; }
a { background-color: rgb(118,94,96); }
div.DivClassName
{
background-color: #765E60;
}
.BgClassName
{
background-color: #765E60;
}
</style>
border-color css
<style>
span { border-color: #765E60; }
span { border-color: rgb(118,94,96); }
td.TdClassName
{
border-color: #765E60;
}
.TagClassName
{
border-color: #765E60;
}
</style>