Shades of Falcon #786162
Tints of Falcon #786162
RGB
CMYK
RGB Variations
Color information
#786162 (or 0x786162) is known color: Falcon. HEX triplet: 78, 61 and 62. RGB value is (120,97,98). Sum of RGB (Red+Green+Blue) = 120+97+98=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #786162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786162 is #879E9D. Grayscale: #686868. Windows color (decimal): -8887966 or 6447480. OLE color: 6447480.
HSL color Cylindrical-coordinate representation of color #786162: hue angle of 357.39º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #786162 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 97 | 98 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.53 |
| HSL | 357.39º | 0.11% | 0.43% | - |
| HSV(B) | 357.39º | 0.19% | 0.47% | - |
| XYZ | 14.23 | 13.42 | 13.4 | - |
| YUV | 103.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 98 | 0 | 0.19 | 0.18 | 0.53 | 357.39 | 0.11 | 0.43 |
| Hex | 78 | 61 | 62 | 0 | 13 | 12 | 35 | 165 | B | 2B |
| Octal | 170 | 141 | 142 | 0 | 23 | 22 | 65 | 545 | 13 | 53 |
| Binary | 1111000 | 1100001 | 1100010 | 0 | 10011 | 10010 | 110101 | 101100101 | 1011 | 101011 |
Color Harmonies of #786162
Complementary color
Monochromatic Colors of #786162
Black with #786162
Text Example
Text Example
White with #786162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786162; }
p { color: rgb(120,97,98); }
H1.HeaderClassName
{
color: #786162;
}
.AnyTagClassName
{
color: #786162;
}
</style>
background-color css
<style>
a { background-color: #786162; }
a { background-color: rgb(120,97,98); }
div.DivClassName
{
background-color: #786162;
}
.BgClassName
{
background-color: #786162;
}
</style>
border-color css
<style>
span { border-color: #786162; }
span { border-color: rgb(120,97,98); }
td.TdClassName
{
border-color: #786162;
}
.TagClassName
{
border-color: #786162;
}
</style>