Shades of Falcon #765559
Tints of Falcon #765559
RGB
CMYK
RGB Variations
Color information
#765559 (or 0x765559) is known color: Falcon. HEX triplet: 76, 55 and 59. RGB value is (118,85,89). Sum of RGB (Red+Green+Blue) = 118+85+89=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #765559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765559 is #89AAA6. Grayscale: #5F5F5F. Windows color (decimal): -9022119 or 5854582. OLE color: 5854582.
HSL color Cylindrical-coordinate representation of color #765559: hue angle of 352.73º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #765559 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 85 | 89 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.54 |
| HSL | 352.73º | 0.16% | 0.4% | - |
| HSV(B) | 352.73º | 0.28% | 0.46% | - |
| XYZ | 12.52 | 11.07 | 10.93 | - |
| YUV | 95.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 89 | 0 | 0.28 | 0.25 | 0.54 | 352.73 | 0.16 | 0.4 |
| Hex | 76 | 55 | 59 | 0 | 1C | 19 | 36 | 161 | 10 | 28 |
| Octal | 166 | 125 | 131 | 0 | 34 | 31 | 66 | 541 | 20 | 50 |
| Binary | 1110110 | 1010101 | 1011001 | 0 | 11100 | 11001 | 110110 | 101100001 | 10000 | 101000 |
Color Harmonies of #765559
Complementary color
Monochromatic Colors of #765559
Black with #765559
Text Example
Text Example
White with #765559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765559; }
p { color: rgb(118,85,89); }
H1.HeaderClassName
{
color: #765559;
}
.AnyTagClassName
{
color: #765559;
}
</style>
background-color css
<style>
a { background-color: #765559; }
a { background-color: rgb(118,85,89); }
div.DivClassName
{
background-color: #765559;
}
.BgClassName
{
background-color: #765559;
}
</style>
border-color css
<style>
span { border-color: #765559; }
span { border-color: rgb(118,85,89); }
td.TdClassName
{
border-color: #765559;
}
.TagClassName
{
border-color: #765559;
}
</style>