Shades of Falcon #7C595C
Tints of Falcon #7C595C
RGB
CMYK
RGB Variations
Color information
#7C595C (or 0x7C595C) is known color: Falcon. HEX triplet: 7C, 59 and 5C. RGB value is (124,89,92). Sum of RGB (Red+Green+Blue) = 124+89+92=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 124 - color contains mainly: red. Hex color #7C595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C595C is #83A6A3. Grayscale: #636363. Windows color (decimal): -8627876 or 6052220. OLE color: 6052220.
HSL color Cylindrical-coordinate representation of color #7C595C: hue angle of 354.86º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C595C is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 89 | 92 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.51 |
| HSL | 354.86º | 0.16% | 0.42% | - |
| HSV(B) | 354.86º | 0.28% | 0.49% | - |
| XYZ | 13.82 | 12.2 | 11.75 | - |
| YUV | 99.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 92 | 0 | 0.28 | 0.26 | 0.51 | 354.86 | 0.16 | 0.42 |
| Hex | 7C | 59 | 5C | 0 | 1C | 1A | 33 | 163 | 10 | 2A |
| Octal | 174 | 131 | 134 | 0 | 34 | 32 | 63 | 543 | 20 | 52 |
| Binary | 1111100 | 1011001 | 1011100 | 0 | 11100 | 11010 | 110011 | 101100011 | 10000 | 101010 |
Color Harmonies of #7C595C
Complementary color
Monochromatic Colors of #7C595C
Black with #7C595C
Text Example
Text Example
White with #7C595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C595C; }
p { color: rgb(124,89,92); }
H1.HeaderClassName
{
color: #7C595C;
}
.AnyTagClassName
{
color: #7C595C;
}
</style>
background-color css
<style>
a { background-color: #7C595C; }
a { background-color: rgb(124,89,92); }
div.DivClassName
{
background-color: #7C595C;
}
.BgClassName
{
background-color: #7C595C;
}
</style>
border-color css
<style>
span { border-color: #7C595C; }
span { border-color: rgb(124,89,92); }
td.TdClassName
{
border-color: #7C595C;
}
.TagClassName
{
border-color: #7C595C;
}
</style>