Shades of Falcon #765155
Tints of Falcon #765155
RGB
CMYK
RGB Variations
Color information
#765155 (or 0x765155) is known color: Falcon. HEX triplet: 76, 51 and 55. RGB value is (118,81,85). Sum of RGB (Red+Green+Blue) = 118+81+85=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #765155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765155 is #89AEAA. Grayscale: #5C5C5C. Windows color (decimal): -9023147 or 5591414. OLE color: 5591414.
HSL color Cylindrical-coordinate representation of color #765155: hue angle of 353.51º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #765155 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 81 | 85 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.54 |
| HSL | 353.51º | 0.19% | 0.39% | - |
| HSV(B) | 353.51º | 0.31% | 0.46% | - |
| XYZ | 12.05 | 10.39 | 9.96 | - |
| YUV | 92.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 85 | 0 | 0.31 | 0.28 | 0.54 | 353.51 | 0.19 | 0.39 |
| Hex | 76 | 51 | 55 | 0 | 1F | 1C | 36 | 162 | 13 | 27 |
| Octal | 166 | 121 | 125 | 0 | 37 | 34 | 66 | 542 | 23 | 47 |
| Binary | 1110110 | 1010001 | 1010101 | 0 | 11111 | 11100 | 110110 | 101100010 | 10011 | 100111 |
Color Harmonies of #765155
Complementary color
Monochromatic Colors of #765155
Black with #765155
Text Example
Text Example
White with #765155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765155; }
p { color: rgb(118,81,85); }
H1.HeaderClassName
{
color: #765155;
}
.AnyTagClassName
{
color: #765155;
}
</style>
background-color css
<style>
a { background-color: #765155; }
a { background-color: rgb(118,81,85); }
div.DivClassName
{
background-color: #765155;
}
.BgClassName
{
background-color: #765155;
}
</style>
border-color css
<style>
span { border-color: #765155; }
span { border-color: rgb(118,81,85); }
td.TdClassName
{
border-color: #765155;
}
.TagClassName
{
border-color: #765155;
}
</style>