Shades of Falcon #7F5658
Tints of Falcon #7F5658
RGB
CMYK
RGB Variations
Color information
#7F5658 (or 0x7F5658) is known color: Falcon. HEX triplet: 7F, 56 and 58. RGB value is (127,86,88). Sum of RGB (Red+Green+Blue) = 127+86+88=301 (39% of max value = 765). Red value is 127 (50% from 255 or 42.19% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5658 is #80A9A7. Grayscale: #626262. Windows color (decimal): -8432040 or 5789311. OLE color: 5789311.
HSL color Cylindrical-coordinate representation of color #7F5658: hue angle of 357.07º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F5658 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 86 | 88 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.50 |
| HSL | 357.07º | 0.19% | 0.42% | - |
| HSV(B) | 357.07º | 0.32% | 0.5% | - |
| XYZ | 13.84 | 11.87 | 10.79 | - |
| YUV | 98.49 | 122.08 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 86 | 88 | 0 | 0.32 | 0.31 | 0.50 | 357.07 | 0.19 | 0.42 |
| Hex | 7F | 56 | 58 | 0 | 20 | 1F | 32 | 165 | 13 | 2A |
| Octal | 177 | 126 | 130 | 0 | 40 | 37 | 62 | 545 | 23 | 52 |
| Binary | 1111111 | 1010110 | 1011000 | 0 | 100000 | 11111 | 110010 | 101100101 | 10011 | 101010 |
Color Harmonies of #7F5658
Complementary color
Monochromatic Colors of #7F5658
Black with #7F5658
Text Example
Text Example
White with #7F5658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5658; }
p { color: rgb(127,86,88); }
H1.HeaderClassName
{
color: #7F5658;
}
.AnyTagClassName
{
color: #7F5658;
}
</style>
background-color css
<style>
a { background-color: #7F5658; }
a { background-color: rgb(127,86,88); }
div.DivClassName
{
background-color: #7F5658;
}
.BgClassName
{
background-color: #7F5658;
}
</style>
border-color css
<style>
span { border-color: #7F5658; }
span { border-color: rgb(127,86,88); }
td.TdClassName
{
border-color: #7F5658;
}
.TagClassName
{
border-color: #7F5658;
}
</style>