Shades of Falcon #7C585E
Tints of Falcon #7C585E
RGB
CMYK
RGB Variations
Color information
#7C585E (or 0x7C585E) is known color: Falcon. HEX triplet: 7C, 58 and 5E. RGB value is (124,88,94). Sum of RGB (Red+Green+Blue) = 124+88+94=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 124 - color contains mainly: red. Hex color #7C585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C585E is #83A7A1. Grayscale: #636363. Windows color (decimal): -8628130 or 6183036. OLE color: 6183036.
HSL color Cylindrical-coordinate representation of color #7C585E: hue angle of 350º 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 #7C585E is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 88 | 94 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.51 |
| HSL | 350º | 0.17% | 0.42% | - |
| HSV(B) | 350º | 0.29% | 0.49% | - |
| XYZ | 13.82 | 12.07 | 12.19 | - |
| YUV | 99.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 94 | 0 | 0.29 | 0.24 | 0.51 | 350 | 0.17 | 0.42 |
| Hex | 7C | 58 | 5E | 0 | 1D | 18 | 33 | 15E | 11 | 2A |
| Octal | 174 | 130 | 136 | 0 | 35 | 30 | 63 | 536 | 21 | 52 |
| Binary | 1111100 | 1011000 | 1011110 | 0 | 11101 | 11000 | 110011 | 101011110 | 10001 | 101010 |
Color Harmonies of #7C585E
Complementary color
Monochromatic Colors of #7C585E
Black with #7C585E
Text Example
Text Example
White with #7C585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C585E; }
p { color: rgb(124,88,94); }
H1.HeaderClassName
{
color: #7C585E;
}
.AnyTagClassName
{
color: #7C585E;
}
</style>
background-color css
<style>
a { background-color: #7C585E; }
a { background-color: rgb(124,88,94); }
div.DivClassName
{
background-color: #7C585E;
}
.BgClassName
{
background-color: #7C585E;
}
</style>
border-color css
<style>
span { border-color: #7C585E; }
span { border-color: rgb(124,88,94); }
td.TdClassName
{
border-color: #7C585E;
}
.TagClassName
{
border-color: #7C585E;
}
</style>