Shades of Falcon #7B585F
Tints of Falcon #7B585F
RGB
CMYK
RGB Variations
Color information
#7B585F (or 0x7B585F) is known color: Falcon. HEX triplet: 7B, 58 and 5F. RGB value is (123,88,95). Sum of RGB (Red+Green+Blue) = 123+88+95=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 123 - color contains mainly: red. Hex color #7B585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B585F is #84A7A0. Grayscale: #636363. Windows color (decimal): -8693665 or 6248571. OLE color: 6248571.
HSL color Cylindrical-coordinate representation of color #7B585F: hue angle of 348º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B585F is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 88 | 95 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.52 |
| HSL | 348º | 0.17% | 0.41% | - |
| HSV(B) | 348º | 0.28% | 0.48% | - |
| XYZ | 13.72 | 12.02 | 12.42 | - |
| YUV | 99.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 88 | 95 | 0 | 0.28 | 0.23 | 0.52 | 348 | 0.17 | 0.41 |
| Hex | 7B | 58 | 5F | 0 | 1C | 17 | 34 | 15C | 11 | 29 |
| Octal | 173 | 130 | 137 | 0 | 34 | 27 | 64 | 534 | 21 | 51 |
| Binary | 1111011 | 1011000 | 1011111 | 0 | 11100 | 10111 | 110100 | 101011100 | 10001 | 101001 |
Color Harmonies of #7B585F
Complementary color
Monochromatic Colors of #7B585F
Black with #7B585F
Text Example
Text Example
White with #7B585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B585F; }
p { color: rgb(123,88,95); }
H1.HeaderClassName
{
color: #7B585F;
}
.AnyTagClassName
{
color: #7B585F;
}
</style>
background-color css
<style>
a { background-color: #7B585F; }
a { background-color: rgb(123,88,95); }
div.DivClassName
{
background-color: #7B585F;
}
.BgClassName
{
background-color: #7B585F;
}
</style>
border-color css
<style>
span { border-color: #7B585F; }
span { border-color: rgb(123,88,95); }
td.TdClassName
{
border-color: #7B585F;
}
.TagClassName
{
border-color: #7B585F;
}
</style>