Shades of Falcon #764E55
Tints of Falcon #764E55
RGB
CMYK
RGB Variations
Color information
#764E55 (or 0x764E55) is known color: Falcon. HEX triplet: 76, 4E and 55. RGB value is (118,78,85). Sum of RGB (Red+Green+Blue) = 118+78+85=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #764E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E55 is #89B1AA. Grayscale: #5A5A5A. Windows color (decimal): -9023915 or 5590646. OLE color: 5590646.
HSL color Cylindrical-coordinate representation of color #764E55: hue angle of 349.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #764E55 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 85 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.54 |
| HSL | 349.5º | 0.2% | 0.38% | - |
| HSV(B) | 349.5º | 0.34% | 0.46% | - |
| XYZ | 11.84 | 9.96 | 9.89 | - |
| YUV | 90.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 85 | 0 | 0.34 | 0.28 | 0.54 | 349.5 | 0.2 | 0.38 |
| Hex | 76 | 4E | 55 | 0 | 22 | 1C | 36 | 15E | 14 | 26 |
| Octal | 166 | 116 | 125 | 0 | 42 | 34 | 66 | 536 | 24 | 46 |
| Binary | 1110110 | 1001110 | 1010101 | 0 | 100010 | 11100 | 110110 | 101011110 | 10100 | 100110 |
Color Harmonies of #764E55
Complementary color
Monochromatic Colors of #764E55
Black with #764E55
Text Example
Text Example
White with #764E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E55; }
p { color: rgb(118,78,85); }
H1.HeaderClassName
{
color: #764E55;
}
.AnyTagClassName
{
color: #764E55;
}
</style>
background-color css
<style>
a { background-color: #764E55; }
a { background-color: rgb(118,78,85); }
div.DivClassName
{
background-color: #764E55;
}
.BgClassName
{
background-color: #764E55;
}
</style>
border-color css
<style>
span { border-color: #764E55; }
span { border-color: rgb(118,78,85); }
td.TdClassName
{
border-color: #764E55;
}
.TagClassName
{
border-color: #764E55;
}
</style>