Shades of Falcon #764E54
Tints of Falcon #764E54
RGB
CMYK
RGB Variations
Color information
#764E54 (or 0x764E54) is known color: Falcon. HEX triplet: 76, 4E and 54. RGB value is (118,78,84). Sum of RGB (Red+Green+Blue) = 118+78+84=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #764E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E54 is #89B1AB. Grayscale: #5A5A5A. Windows color (decimal): -9023916 or 5525110. OLE color: 5525110.
HSL color Cylindrical-coordinate representation of color #764E54: hue angle of 351º 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 #764E54 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 84 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.54 |
| HSL | 351º | 0.2% | 0.38% | - |
| HSV(B) | 351º | 0.34% | 0.46% | - |
| XYZ | 11.8 | 9.94 | 9.68 | - |
| YUV | 90.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 84 | 0 | 0.34 | 0.29 | 0.54 | 351 | 0.2 | 0.38 |
| Hex | 76 | 4E | 54 | 0 | 22 | 1D | 36 | 15F | 14 | 26 |
| Octal | 166 | 116 | 124 | 0 | 42 | 35 | 66 | 537 | 24 | 46 |
| Binary | 1110110 | 1001110 | 1010100 | 0 | 100010 | 11101 | 110110 | 101011111 | 10100 | 100110 |
Color Harmonies of #764E54
Complementary color
Monochromatic Colors of #764E54
Black with #764E54
Text Example
Text Example
White with #764E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E54; }
p { color: rgb(118,78,84); }
H1.HeaderClassName
{
color: #764E54;
}
.AnyTagClassName
{
color: #764E54;
}
</style>
background-color css
<style>
a { background-color: #764E54; }
a { background-color: rgb(118,78,84); }
div.DivClassName
{
background-color: #764E54;
}
.BgClassName
{
background-color: #764E54;
}
</style>
border-color css
<style>
span { border-color: #764E54; }
span { border-color: rgb(118,78,84); }
td.TdClassName
{
border-color: #764E54;
}
.TagClassName
{
border-color: #764E54;
}
</style>