Shades of Falcon #7C5358
Tints of Falcon #7C5358
RGB
CMYK
RGB Variations
Color information
#7C5358 (or 0x7C5358) is known color: Falcon. HEX triplet: 7C, 53 and 58. RGB value is (124,83,88). Sum of RGB (Red+Green+Blue) = 124+83+88=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5358 is #83ACA7. Grayscale: #5F5F5F. Windows color (decimal): -8629416 or 5788540. OLE color: 5788540.
HSL color Cylindrical-coordinate representation of color #7C5358: hue angle of 352.68º 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 #7C5358 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 83 | 88 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.51 |
| HSL | 352.68º | 0.2% | 0.41% | - |
| HSV(B) | 352.68º | 0.33% | 0.49% | - |
| XYZ | 13.17 | 11.18 | 10.7 | - |
| YUV | 95.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 88 | 0 | 0.33 | 0.29 | 0.51 | 352.68 | 0.2 | 0.41 |
| Hex | 7C | 53 | 58 | 0 | 21 | 1D | 33 | 161 | 14 | 29 |
| Octal | 174 | 123 | 130 | 0 | 41 | 35 | 63 | 541 | 24 | 51 |
| Binary | 1111100 | 1010011 | 1011000 | 0 | 100001 | 11101 | 110011 | 101100001 | 10100 | 101001 |
Color Harmonies of #7C5358
Complementary color
Monochromatic Colors of #7C5358
Black with #7C5358
Text Example
Text Example
White with #7C5358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5358; }
p { color: rgb(124,83,88); }
H1.HeaderClassName
{
color: #7C5358;
}
.AnyTagClassName
{
color: #7C5358;
}
</style>
background-color css
<style>
a { background-color: #7C5358; }
a { background-color: rgb(124,83,88); }
div.DivClassName
{
background-color: #7C5358;
}
.BgClassName
{
background-color: #7C5358;
}
</style>
border-color css
<style>
span { border-color: #7C5358; }
span { border-color: rgb(124,83,88); }
td.TdClassName
{
border-color: #7C5358;
}
.TagClassName
{
border-color: #7C5358;
}
</style>