Shades of Falcon #7C5356
Tints of Falcon #7C5356
RGB
CMYK
RGB Variations
Color information
#7C5356 (or 0x7C5356) is known color: Falcon. HEX triplet: 7C, 53 and 56. RGB value is (124,83,86). Sum of RGB (Red+Green+Blue) = 124+83+86=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5356 is #83ACA9. Grayscale: #5F5F5F. Windows color (decimal): -8629418 or 5657468. OLE color: 5657468.
HSL color Cylindrical-coordinate representation of color #7C5356: hue angle of 355.61º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C5356 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 83 | 86 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.51 |
| HSL | 355.61º | 0.2% | 0.41% | - |
| HSV(B) | 355.61º | 0.33% | 0.49% | - |
| XYZ | 13.09 | 11.14 | 10.27 | - |
| YUV | 95.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 86 | 0 | 0.33 | 0.31 | 0.51 | 355.61 | 0.2 | 0.41 |
| Hex | 7C | 53 | 56 | 0 | 21 | 1F | 33 | 164 | 14 | 29 |
| Octal | 174 | 123 | 126 | 0 | 41 | 37 | 63 | 544 | 24 | 51 |
| Binary | 1111100 | 1010011 | 1010110 | 0 | 100001 | 11111 | 110011 | 101100100 | 10100 | 101001 |
Color Harmonies of #7C5356
Complementary color
Monochromatic Colors of #7C5356
Black with #7C5356
Text Example
Text Example
White with #7C5356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5356; }
p { color: rgb(124,83,86); }
H1.HeaderClassName
{
color: #7C5356;
}
.AnyTagClassName
{
color: #7C5356;
}
</style>
background-color css
<style>
a { background-color: #7C5356; }
a { background-color: rgb(124,83,86); }
div.DivClassName
{
background-color: #7C5356;
}
.BgClassName
{
background-color: #7C5356;
}
</style>
border-color css
<style>
span { border-color: #7C5356; }
span { border-color: rgb(124,83,86); }
td.TdClassName
{
border-color: #7C5356;
}
.TagClassName
{
border-color: #7C5356;
}
</style>