Shades of Falcon #7D5556
Tints of Falcon #7D5556
RGB
CMYK
RGB Variations
Color information
#7D5556 (or 0x7D5556) is known color: Falcon. HEX triplet: 7D, 55 and 56. RGB value is (125,85,86). Sum of RGB (Red+Green+Blue) = 125+85+86=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5556 is #82AAA9. Grayscale: #616161. Windows color (decimal): -8563370 or 5657981. OLE color: 5657981.
HSL color Cylindrical-coordinate representation of color #7D5556: hue angle of 358.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D5556 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 85 | 86 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.51 |
| HSL | 358.5º | 0.19% | 0.41% | - |
| HSV(B) | 358.5º | 0.32% | 0.49% | - |
| XYZ | 13.39 | 11.53 | 10.32 | - |
| YUV | 97.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 85 | 86 | 0 | 0.32 | 0.31 | 0.51 | 358.5 | 0.19 | 0.41 |
| Hex | 7D | 55 | 56 | 0 | 20 | 1F | 33 | 166 | 13 | 29 |
| Octal | 175 | 125 | 126 | 0 | 40 | 37 | 63 | 546 | 23 | 51 |
| Binary | 1111101 | 1010101 | 1010110 | 0 | 100000 | 11111 | 110011 | 101100110 | 10011 | 101001 |
Color Harmonies of #7D5556
Complementary color
Monochromatic Colors of #7D5556
Black with #7D5556
Text Example
Text Example
White with #7D5556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5556; }
p { color: rgb(125,85,86); }
H1.HeaderClassName
{
color: #7D5556;
}
.AnyTagClassName
{
color: #7D5556;
}
</style>
background-color css
<style>
a { background-color: #7D5556; }
a { background-color: rgb(125,85,86); }
div.DivClassName
{
background-color: #7D5556;
}
.BgClassName
{
background-color: #7D5556;
}
</style>
border-color css
<style>
span { border-color: #7D5556; }
span { border-color: rgb(125,85,86); }
td.TdClassName
{
border-color: #7D5556;
}
.TagClassName
{
border-color: #7D5556;
}
</style>