Shades of Falcon #7C585B
Tints of Falcon #7C585B
RGB
CMYK
RGB Variations
Color information
#7C585B (or 0x7C585B) is known color: Falcon. HEX triplet: 7C, 58 and 5B. RGB value is (124,88,91). Sum of RGB (Red+Green+Blue) = 124+88+91=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 124 - color contains mainly: red. Hex color #7C585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C585B is #83A7A4. Grayscale: #636363. Windows color (decimal): -8628133 or 5986428. OLE color: 5986428.
HSL color Cylindrical-coordinate representation of color #7C585B: hue angle of 355º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C585B is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 88 | 91 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.51 |
| HSL | 355º | 0.17% | 0.42% | - |
| HSV(B) | 355º | 0.29% | 0.49% | - |
| XYZ | 13.69 | 12.02 | 11.5 | - |
| YUV | 99.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 91 | 0 | 0.29 | 0.27 | 0.51 | 355 | 0.17 | 0.42 |
| Hex | 7C | 58 | 5B | 0 | 1D | 1B | 33 | 163 | 11 | 2A |
| Octal | 174 | 130 | 133 | 0 | 35 | 33 | 63 | 543 | 21 | 52 |
| Binary | 1111100 | 1011000 | 1011011 | 0 | 11101 | 11011 | 110011 | 101100011 | 10001 | 101010 |
Color Harmonies of #7C585B
Complementary color
Monochromatic Colors of #7C585B
Black with #7C585B
Text Example
Text Example
White with #7C585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C585B; }
p { color: rgb(124,88,91); }
H1.HeaderClassName
{
color: #7C585B;
}
.AnyTagClassName
{
color: #7C585B;
}
</style>
background-color css
<style>
a { background-color: #7C585B; }
a { background-color: rgb(124,88,91); }
div.DivClassName
{
background-color: #7C585B;
}
.BgClassName
{
background-color: #7C585B;
}
</style>
border-color css
<style>
span { border-color: #7C585B; }
span { border-color: rgb(124,88,91); }
td.TdClassName
{
border-color: #7C585B;
}
.TagClassName
{
border-color: #7C585B;
}
</style>