Shades of Falcon #764F55
Tints of Falcon #764F55
RGB
CMYK
RGB Variations
Color information
#764F55 (or 0x764F55) is known color: Falcon. HEX triplet: 76, 4F and 55. RGB value is (118,79,85). Sum of RGB (Red+Green+Blue) = 118+79+85=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #764F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764F55 is #89B0AA. Grayscale: #5B5B5B. Windows color (decimal): -9023659 or 5590902. OLE color: 5590902.
HSL color Cylindrical-coordinate representation of color #764F55: hue angle of 350.77º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #764F55 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 79 | 85 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.54 |
| HSL | 350.77º | 0.2% | 0.39% | - |
| HSV(B) | 350.77º | 0.33% | 0.46% | - |
| XYZ | 11.91 | 10.1 | 9.92 | - |
| YUV | 91.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 85 | 0 | 0.33 | 0.28 | 0.54 | 350.77 | 0.2 | 0.39 |
| Hex | 76 | 4F | 55 | 0 | 21 | 1C | 36 | 15F | 14 | 27 |
| Octal | 166 | 117 | 125 | 0 | 41 | 34 | 66 | 537 | 24 | 47 |
| Binary | 1110110 | 1001111 | 1010101 | 0 | 100001 | 11100 | 110110 | 101011111 | 10100 | 100111 |
Color Harmonies of #764F55
Complementary color
Monochromatic Colors of #764F55
Black with #764F55
Text Example
Text Example
White with #764F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764F55; }
p { color: rgb(118,79,85); }
H1.HeaderClassName
{
color: #764F55;
}
.AnyTagClassName
{
color: #764F55;
}
</style>
background-color css
<style>
a { background-color: #764F55; }
a { background-color: rgb(118,79,85); }
div.DivClassName
{
background-color: #764F55;
}
.BgClassName
{
background-color: #764F55;
}
</style>
border-color css
<style>
span { border-color: #764F55; }
span { border-color: rgb(118,79,85); }
td.TdClassName
{
border-color: #764F55;
}
.TagClassName
{
border-color: #764F55;
}
</style>