Shades of Falcon #7E6061
Tints of Falcon #7E6061
RGB
CMYK
RGB Variations
Color information
#7E6061 (or 0x7E6061) is known color: Falcon. HEX triplet: 7E, 60 and 61. RGB value is (126,96,97). Sum of RGB (Red+Green+Blue) = 126+96+97=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6061 is #819F9E. Grayscale: #696969. Windows color (decimal): -8495007 or 6381694. OLE color: 6381694.
HSL color Cylindrical-coordinate representation of color #7E6061: hue angle of 358º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E6061 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 96 | 97 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.51 |
| HSL | 358º | 0.14% | 0.44% | - |
| HSV(B) | 358º | 0.24% | 0.49% | - |
| XYZ | 14.94 | 13.66 | 13.16 | - |
| YUV | 105.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 96 | 97 | 0 | 0.24 | 0.23 | 0.51 | 358 | 0.14 | 0.44 |
| Hex | 7E | 60 | 61 | 0 | 18 | 17 | 33 | 166 | E | 2C |
| Octal | 176 | 140 | 141 | 0 | 30 | 27 | 63 | 546 | 16 | 54 |
| Binary | 1111110 | 1100000 | 1100001 | 0 | 11000 | 10111 | 110011 | 101100110 | 1110 | 101100 |
Color Harmonies of #7E6061
Complementary color
Monochromatic Colors of #7E6061
Black with #7E6061
Text Example
Text Example
White with #7E6061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6061; }
p { color: rgb(126,96,97); }
H1.HeaderClassName
{
color: #7E6061;
}
.AnyTagClassName
{
color: #7E6061;
}
</style>
background-color css
<style>
a { background-color: #7E6061; }
a { background-color: rgb(126,96,97); }
div.DivClassName
{
background-color: #7E6061;
}
.BgClassName
{
background-color: #7E6061;
}
</style>
border-color css
<style>
span { border-color: #7E6061; }
span { border-color: rgb(126,96,97); }
td.TdClassName
{
border-color: #7E6061;
}
.TagClassName
{
border-color: #7E6061;
}
</style>