Shades of Falcon #7D565A
Tints of Falcon #7D565A
RGB
CMYK
RGB Variations
Color information
#7D565A (or 0x7D565A) is known color: Falcon. HEX triplet: 7D, 56 and 5A. RGB value is (125,86,90). Sum of RGB (Red+Green+Blue) = 125+86+90=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 125 - color contains mainly: red. Hex color #7D565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D565A is #82A9A5. Grayscale: #626262. Windows color (decimal): -8563110 or 5920381. OLE color: 5920381.
HSL color Cylindrical-coordinate representation of color #7D565A: hue angle of 353.85º 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 #7D565A is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 86 | 90 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.51 |
| HSL | 353.85º | 0.18% | 0.41% | - |
| HSV(B) | 353.85º | 0.31% | 0.49% | - |
| XYZ | 13.63 | 11.75 | 11.22 | - |
| YUV | 98.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 86 | 90 | 0 | 0.31 | 0.28 | 0.51 | 353.85 | 0.18 | 0.41 |
| Hex | 7D | 56 | 5A | 0 | 1F | 1C | 33 | 162 | 12 | 29 |
| Octal | 175 | 126 | 132 | 0 | 37 | 34 | 63 | 542 | 22 | 51 |
| Binary | 1111101 | 1010110 | 1011010 | 0 | 11111 | 11100 | 110011 | 101100010 | 10010 | 101001 |
Color Harmonies of #7D565A
Complementary color
Monochromatic Colors of #7D565A
Black with #7D565A
Text Example
Text Example
White with #7D565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D565A; }
p { color: rgb(125,86,90); }
H1.HeaderClassName
{
color: #7D565A;
}
.AnyTagClassName
{
color: #7D565A;
}
</style>
background-color css
<style>
a { background-color: #7D565A; }
a { background-color: rgb(125,86,90); }
div.DivClassName
{
background-color: #7D565A;
}
.BgClassName
{
background-color: #7D565A;
}
</style>
border-color css
<style>
span { border-color: #7D565A; }
span { border-color: rgb(125,86,90); }
td.TdClassName
{
border-color: #7D565A;
}
.TagClassName
{
border-color: #7D565A;
}
</style>