Shades of Falcon #7C555B
Tints of Falcon #7C555B
RGB
CMYK
RGB Variations
Color information
#7C555B (or 0x7C555B) is known color: Falcon. HEX triplet: 7C, 55 and 5B. RGB value is (124,85,91). Sum of RGB (Red+Green+Blue) = 124+85+91=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 124 - color contains mainly: red. Hex color #7C555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C555B is #83AAA4. Grayscale: #616161. Windows color (decimal): -8628901 or 5985660. OLE color: 5985660.
HSL color Cylindrical-coordinate representation of color #7C555B: hue angle of 350.77º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C555B is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 85 | 91 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.51 |
| HSL | 350.77º | 0.19% | 0.41% | - |
| HSV(B) | 350.77º | 0.31% | 0.49% | - |
| XYZ | 13.45 | 11.54 | 11.42 | - |
| YUV | 97.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 85 | 91 | 0 | 0.31 | 0.27 | 0.51 | 350.77 | 0.19 | 0.41 |
| Hex | 7C | 55 | 5B | 0 | 1F | 1B | 33 | 15F | 13 | 29 |
| Octal | 174 | 125 | 133 | 0 | 37 | 33 | 63 | 537 | 23 | 51 |
| Binary | 1111100 | 1010101 | 1011011 | 0 | 11111 | 11011 | 110011 | 101011111 | 10011 | 101001 |
Color Harmonies of #7C555B
Complementary color
Monochromatic Colors of #7C555B
Black with #7C555B
Text Example
Text Example
White with #7C555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C555B; }
p { color: rgb(124,85,91); }
H1.HeaderClassName
{
color: #7C555B;
}
.AnyTagClassName
{
color: #7C555B;
}
</style>
background-color css
<style>
a { background-color: #7C555B; }
a { background-color: rgb(124,85,91); }
div.DivClassName
{
background-color: #7C555B;
}
.BgClassName
{
background-color: #7C555B;
}
</style>
border-color css
<style>
span { border-color: #7C555B; }
span { border-color: rgb(124,85,91); }
td.TdClassName
{
border-color: #7C555B;
}
.TagClassName
{
border-color: #7C555B;
}
</style>