Shades of Falcon #7C595A
Tints of Falcon #7C595A
RGB
CMYK
RGB Variations
Color information
#7C595A (or 0x7C595A) is known color: Falcon. HEX triplet: 7C, 59 and 5A. RGB value is (124,89,90). Sum of RGB (Red+Green+Blue) = 124+89+90=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 124 - color contains mainly: red. Hex color #7C595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C595A is #83A6A5. Grayscale: #636363. Windows color (decimal): -8627878 or 5921148. OLE color: 5921148.
HSL color Cylindrical-coordinate representation of color #7C595A: hue angle of 358.29º 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 #7C595A is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 89 | 90 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.51 |
| HSL | 358.29º | 0.16% | 0.42% | - |
| HSV(B) | 358.29º | 0.28% | 0.49% | - |
| XYZ | 13.73 | 12.17 | 11.3 | - |
| YUV | 99.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 89 | 90 | 0 | 0.28 | 0.27 | 0.51 | 358.29 | 0.16 | 0.42 |
| Hex | 7C | 59 | 5A | 0 | 1C | 1B | 33 | 166 | 10 | 2A |
| Octal | 174 | 131 | 132 | 0 | 34 | 33 | 63 | 546 | 20 | 52 |
| Binary | 1111100 | 1011001 | 1011010 | 0 | 11100 | 11011 | 110011 | 101100110 | 10000 | 101010 |
Color Harmonies of #7C595A
Complementary color
Monochromatic Colors of #7C595A
Black with #7C595A
Text Example
Text Example
White with #7C595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C595A; }
p { color: rgb(124,89,90); }
H1.HeaderClassName
{
color: #7C595A;
}
.AnyTagClassName
{
color: #7C595A;
}
</style>
background-color css
<style>
a { background-color: #7C595A; }
a { background-color: rgb(124,89,90); }
div.DivClassName
{
background-color: #7C595A;
}
.BgClassName
{
background-color: #7C595A;
}
</style>
border-color css
<style>
span { border-color: #7C595A; }
span { border-color: rgb(124,89,90); }
td.TdClassName
{
border-color: #7C595A;
}
.TagClassName
{
border-color: #7C595A;
}
</style>