Shades of Falcon #7D5658
Tints of Falcon #7D5658
RGB
CMYK
RGB Variations
Color information
#7D5658 (or 0x7D5658) is known color: Falcon. HEX triplet: 7D, 56 and 58. RGB value is (125,86,88). Sum of RGB (Red+Green+Blue) = 125+86+88=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5658 is #82A9A7. Grayscale: #616161. Windows color (decimal): -8563112 or 5789309. OLE color: 5789309.
HSL color Cylindrical-coordinate representation of color #7D5658: hue angle of 356.92º degrees, saturation: 0.18, 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 #7D5658 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 86 | 88 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.51 |
| HSL | 356.92º | 0.18% | 0.41% | - |
| HSV(B) | 356.92º | 0.31% | 0.49% | - |
| XYZ | 13.55 | 11.72 | 10.78 | - |
| YUV | 97.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 86 | 88 | 0 | 0.31 | 0.30 | 0.51 | 356.92 | 0.18 | 0.41 |
| Hex | 7D | 56 | 58 | 0 | 1F | 1E | 33 | 165 | 12 | 29 |
| Octal | 175 | 126 | 130 | 0 | 37 | 36 | 63 | 545 | 22 | 51 |
| Binary | 1111101 | 1010110 | 1011000 | 0 | 11111 | 11110 | 110011 | 101100101 | 10010 | 101001 |
Color Harmonies of #7D5658
Complementary color
Monochromatic Colors of #7D5658
Black with #7D5658
Text Example
Text Example
White with #7D5658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5658; }
p { color: rgb(125,86,88); }
H1.HeaderClassName
{
color: #7D5658;
}
.AnyTagClassName
{
color: #7D5658;
}
</style>
background-color css
<style>
a { background-color: #7D5658; }
a { background-color: rgb(125,86,88); }
div.DivClassName
{
background-color: #7D5658;
}
.BgClassName
{
background-color: #7D5658;
}
</style>
border-color css
<style>
span { border-color: #7D5658; }
span { border-color: rgb(125,86,88); }
td.TdClassName
{
border-color: #7D5658;
}
.TagClassName
{
border-color: #7D5658;
}
</style>