Shades of Falcon #7F6265
Tints of Falcon #7F6265
RGB
CMYK
RGB Variations
Color information
#7F6265 (or 0x7F6265) is known color: Falcon. HEX triplet: 7F, 62 and 65. RGB value is (127,98,101). Sum of RGB (Red+Green+Blue) = 127+98+101=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6265 is #809D9A. Grayscale: #6B6B6B. Windows color (decimal): -8428955 or 6644351. OLE color: 6644351.
HSL color Cylindrical-coordinate representation of color #7F6265: hue angle of 353.79º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7F6265 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 98 | 101 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.50 |
| HSL | 353.79º | 0.13% | 0.44% | - |
| HSV(B) | 353.79º | 0.23% | 0.5% | - |
| XYZ | 15.47 | 14.19 | 14.23 | - |
| YUV | 107.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 98 | 101 | 0 | 0.23 | 0.20 | 0.50 | 353.79 | 0.13 | 0.44 |
| Hex | 7F | 62 | 65 | 0 | 17 | 14 | 32 | 162 | D | 2C |
| Octal | 177 | 142 | 145 | 0 | 27 | 24 | 62 | 542 | 15 | 54 |
| Binary | 1111111 | 1100010 | 1100101 | 0 | 10111 | 10100 | 110010 | 101100010 | 1101 | 101100 |
Color Harmonies of #7F6265
Complementary color
Monochromatic Colors of #7F6265
Black with #7F6265
Text Example
Text Example
White with #7F6265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6265; }
p { color: rgb(127,98,101); }
H1.HeaderClassName
{
color: #7F6265;
}
.AnyTagClassName
{
color: #7F6265;
}
</style>
background-color css
<style>
a { background-color: #7F6265; }
a { background-color: rgb(127,98,101); }
div.DivClassName
{
background-color: #7F6265;
}
.BgClassName
{
background-color: #7F6265;
}
</style>
border-color css
<style>
span { border-color: #7F6265; }
span { border-color: rgb(127,98,101); }
td.TdClassName
{
border-color: #7F6265;
}
.TagClassName
{
border-color: #7F6265;
}
</style>