Shades of Falcon #7B5B60
Tints of Falcon #7B5B60
RGB
CMYK
RGB Variations
Color information
#7B5B60 (or 0x7B5B60) is known color: Falcon. HEX triplet: 7B, 5B and 60. RGB value is (123,91,96). Sum of RGB (Red+Green+Blue) = 123+91+96=310 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.68% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5B60 is #84A49F. Grayscale: #656565. Windows color (decimal): -8692896 or 6314875. OLE color: 6314875.
HSL color Cylindrical-coordinate representation of color #7B5B60: hue angle of 350.62º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B5B60 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 91 | 96 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.52 |
| HSL | 350.63º | 0.15% | 0.42% | - |
| HSV(B) | 350.63º | 0.26% | 0.48% | - |
| XYZ | 14.02 | 12.54 | 12.75 | - |
| YUV | 101.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 91 | 96 | 0 | 0.26 | 0.22 | 0.52 | 350.63 | 0.15 | 0.42 |
| Hex | 7B | 5B | 60 | 0 | 1A | 16 | 34 | 15F | F | 2A |
| Octal | 173 | 133 | 140 | 0 | 32 | 26 | 64 | 537 | 17 | 52 |
| Binary | 1111011 | 1011011 | 1100000 | 0 | 11010 | 10110 | 110100 | 101011111 | 1111 | 101010 |
Color Harmonies of #7B5B60
Complementary color
Monochromatic Colors of #7B5B60
Black with #7B5B60
Text Example
Text Example
White with #7B5B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5B60; }
p { color: rgb(123,91,96); }
H1.HeaderClassName
{
color: #7B5B60;
}
.AnyTagClassName
{
color: #7B5B60;
}
</style>
background-color css
<style>
a { background-color: #7B5B60; }
a { background-color: rgb(123,91,96); }
div.DivClassName
{
background-color: #7B5B60;
}
.BgClassName
{
background-color: #7B5B60;
}
</style>
border-color css
<style>
span { border-color: #7B5B60; }
span { border-color: rgb(123,91,96); }
td.TdClassName
{
border-color: #7B5B60;
}
.TagClassName
{
border-color: #7B5B60;
}
</style>