Shades of Falcon #7B5159
Tints of Falcon #7B5159
RGB
CMYK
RGB Variations
Color information
#7B5159 (or 0x7B5159) is known color: Falcon. HEX triplet: 7B, 51 and 59. RGB value is (123,81,89). Sum of RGB (Red+Green+Blue) = 123+81+89=293 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.98% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5159 is #84AEA6. Grayscale: #5E5E5E. Windows color (decimal): -8695463 or 5853563. OLE color: 5853563.
HSL color Cylindrical-coordinate representation of color #7B5159: hue angle of 348.57º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B5159 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 81 | 89 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.52 |
| HSL | 348.57º | 0.21% | 0.4% | - |
| HSV(B) | 348.57º | 0.34% | 0.48% | - |
| XYZ | 12.91 | 10.82 | 10.86 | - |
| YUV | 94.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 81 | 89 | 0 | 0.34 | 0.28 | 0.52 | 348.57 | 0.21 | 0.4 |
| Hex | 7B | 51 | 59 | 0 | 22 | 1C | 34 | 15D | 15 | 28 |
| Octal | 173 | 121 | 131 | 0 | 42 | 34 | 64 | 535 | 25 | 50 |
| Binary | 1111011 | 1010001 | 1011001 | 0 | 100010 | 11100 | 110100 | 101011101 | 10101 | 101000 |
Color Harmonies of #7B5159
Complementary color
Monochromatic Colors of #7B5159
Black with #7B5159
Text Example
Text Example
White with #7B5159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5159; }
p { color: rgb(123,81,89); }
H1.HeaderClassName
{
color: #7B5159;
}
.AnyTagClassName
{
color: #7B5159;
}
</style>
background-color css
<style>
a { background-color: #7B5159; }
a { background-color: rgb(123,81,89); }
div.DivClassName
{
background-color: #7B5159;
}
.BgClassName
{
background-color: #7B5159;
}
</style>
border-color css
<style>
span { border-color: #7B5159; }
span { border-color: rgb(123,81,89); }
td.TdClassName
{
border-color: #7B5159;
}
.TagClassName
{
border-color: #7B5159;
}
</style>