Shades of Falcon #7F5B5C
Tints of Falcon #7F5B5C
RGB
CMYK
RGB Variations
Color information
#7F5B5C (or 0x7F5B5C) is known color: Falcon. HEX triplet: 7F, 5B and 5C. RGB value is (127,91,92). Sum of RGB (Red+Green+Blue) = 127+91+92=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5B5C is #80A4A3. Grayscale: #656565. Windows color (decimal): -8430756 or 6052735. OLE color: 6052735.
HSL color Cylindrical-coordinate representation of color #7F5B5C: hue angle of 358.33º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F5B5C is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 91 | 92 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.50 |
| HSL | 358.33º | 0.17% | 0.43% | - |
| HSV(B) | 358.33º | 0.28% | 0.5% | - |
| XYZ | 14.43 | 12.77 | 11.83 | - |
| YUV | 101.88 | 122.43 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 91 | 92 | 0 | 0.28 | 0.28 | 0.50 | 358.33 | 0.17 | 0.43 |
| Hex | 7F | 5B | 5C | 0 | 1C | 1C | 32 | 166 | 11 | 2B |
| Octal | 177 | 133 | 134 | 0 | 34 | 34 | 62 | 546 | 21 | 53 |
| Binary | 1111111 | 1011011 | 1011100 | 0 | 11100 | 11100 | 110010 | 101100110 | 10001 | 101011 |
Color Harmonies of #7F5B5C
Complementary color
Monochromatic Colors of #7F5B5C
Black with #7F5B5C
Text Example
Text Example
White with #7F5B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5B5C; }
p { color: rgb(127,91,92); }
H1.HeaderClassName
{
color: #7F5B5C;
}
.AnyTagClassName
{
color: #7F5B5C;
}
</style>
background-color css
<style>
a { background-color: #7F5B5C; }
a { background-color: rgb(127,91,92); }
div.DivClassName
{
background-color: #7F5B5C;
}
.BgClassName
{
background-color: #7F5B5C;
}
</style>
border-color css
<style>
span { border-color: #7F5B5C; }
span { border-color: rgb(127,91,92); }
td.TdClassName
{
border-color: #7F5B5C;
}
.TagClassName
{
border-color: #7F5B5C;
}
</style>