Shades of Falcon #7F585A
Tints of Falcon #7F585A
RGB
CMYK
RGB Variations
Color information
#7F585A (or 0x7F585A) is known color: Falcon. HEX triplet: 7F, 58 and 5A. RGB value is (127,88,90). Sum of RGB (Red+Green+Blue) = 127+88+90=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 127 - color contains mainly: red. Hex color #7F585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F585A is #80A7A5. Grayscale: #636363. Windows color (decimal): -8431526 or 5920895. OLE color: 5920895.
HSL color Cylindrical-coordinate representation of color #7F585A: hue angle of 356.92º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F585A is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 88 | 90 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.50 |
| HSL | 356.92º | 0.18% | 0.42% | - |
| HSV(B) | 356.92º | 0.31% | 0.5% | - |
| XYZ | 14.09 | 12.23 | 11.29 | - |
| YUV | 99.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 88 | 90 | 0 | 0.31 | 0.29 | 0.50 | 356.92 | 0.18 | 0.42 |
| Hex | 7F | 58 | 5A | 0 | 1F | 1D | 32 | 165 | 12 | 2A |
| Octal | 177 | 130 | 132 | 0 | 37 | 35 | 62 | 545 | 22 | 52 |
| Binary | 1111111 | 1011000 | 1011010 | 0 | 11111 | 11101 | 110010 | 101100101 | 10010 | 101010 |
Color Harmonies of #7F585A
Complementary color
Monochromatic Colors of #7F585A
Black with #7F585A
Text Example
Text Example
White with #7F585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F585A; }
p { color: rgb(127,88,90); }
H1.HeaderClassName
{
color: #7F585A;
}
.AnyTagClassName
{
color: #7F585A;
}
</style>
background-color css
<style>
a { background-color: #7F585A; }
a { background-color: rgb(127,88,90); }
div.DivClassName
{
background-color: #7F585A;
}
.BgClassName
{
background-color: #7F585A;
}
</style>
border-color css
<style>
span { border-color: #7F585A; }
span { border-color: rgb(127,88,90); }
td.TdClassName
{
border-color: #7F585A;
}
.TagClassName
{
border-color: #7F585A;
}
</style>