Shades of Falcon #764D55
Tints of Falcon #764D55
RGB
CMYK
RGB Variations
Color information
#764D55 (or 0x764D55) is known color: Falcon. HEX triplet: 76, 4D and 55. RGB value is (118,77,85). Sum of RGB (Red+Green+Blue) = 118+77+85=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #764D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D55 is #89B2AA. Grayscale: #5A5A5A. Windows color (decimal): -9024171 or 5590390. OLE color: 5590390.
HSL color Cylindrical-coordinate representation of color #764D55: hue angle of 348.29º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #764D55 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 85 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.54 |
| HSL | 348.29º | 0.21% | 0.38% | - |
| HSV(B) | 348.29º | 0.35% | 0.46% | - |
| XYZ | 11.76 | 9.82 | 9.87 | - |
| YUV | 90.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 85 | 0 | 0.35 | 0.28 | 0.54 | 348.29 | 0.21 | 0.38 |
| Hex | 76 | 4D | 55 | 0 | 23 | 1C | 36 | 15C | 15 | 26 |
| Octal | 166 | 115 | 125 | 0 | 43 | 34 | 66 | 534 | 25 | 46 |
| Binary | 1110110 | 1001101 | 1010101 | 0 | 100011 | 11100 | 110110 | 101011100 | 10101 | 100110 |
Color Harmonies of #764D55
Complementary color
Monochromatic Colors of #764D55
Black with #764D55
Text Example
Text Example
White with #764D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D55; }
p { color: rgb(118,77,85); }
H1.HeaderClassName
{
color: #764D55;
}
.AnyTagClassName
{
color: #764D55;
}
</style>
background-color css
<style>
a { background-color: #764D55; }
a { background-color: rgb(118,77,85); }
div.DivClassName
{
background-color: #764D55;
}
.BgClassName
{
background-color: #764D55;
}
</style>
border-color css
<style>
span { border-color: #764D55; }
span { border-color: rgb(118,77,85); }
td.TdClassName
{
border-color: #764D55;
}
.TagClassName
{
border-color: #764D55;
}
</style>