Shades of Falcon #766162
Tints of Falcon #766162
RGB
CMYK
RGB Variations
Color information
#766162 (or 0x766162) is known color: Falcon. HEX triplet: 76, 61 and 62. RGB value is (118,97,98). Sum of RGB (Red+Green+Blue) = 118+97+98=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #766162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766162 is #899E9D. Grayscale: #676767. Windows color (decimal): -9019038 or 6447478. OLE color: 6447478.
HSL color Cylindrical-coordinate representation of color #766162: hue angle of 357.14º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #766162 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 97 | 98 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.54 |
| HSL | 357.14º | 0.1% | 0.42% | - |
| HSV(B) | 357.14º | 0.18% | 0.46% | - |
| XYZ | 13.95 | 13.28 | 13.38 | - |
| YUV | 103.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 97 | 98 | 0 | 0.18 | 0.17 | 0.54 | 357.14 | 0.1 | 0.42 |
| Hex | 76 | 61 | 62 | 0 | 12 | 11 | 36 | 165 | A | 2A |
| Octal | 166 | 141 | 142 | 0 | 22 | 21 | 66 | 545 | 12 | 52 |
| Binary | 1110110 | 1100001 | 1100010 | 0 | 10010 | 10001 | 110110 | 101100101 | 1010 | 101010 |
Color Harmonies of #766162
Complementary color
Monochromatic Colors of #766162
Black with #766162
Text Example
Text Example
White with #766162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766162; }
p { color: rgb(118,97,98); }
H1.HeaderClassName
{
color: #766162;
}
.AnyTagClassName
{
color: #766162;
}
</style>
background-color css
<style>
a { background-color: #766162; }
a { background-color: rgb(118,97,98); }
div.DivClassName
{
background-color: #766162;
}
.BgClassName
{
background-color: #766162;
}
</style>
border-color css
<style>
span { border-color: #766162; }
span { border-color: rgb(118,97,98); }
td.TdClassName
{
border-color: #766162;
}
.TagClassName
{
border-color: #766162;
}
</style>