Shades of Falcon #7D565E
Tints of Falcon #7D565E
RGB
CMYK
RGB Variations
Color information
#7D565E (or 0x7D565E) is known color: Falcon. HEX triplet: 7D, 56 and 5E. RGB value is (125,86,94). Sum of RGB (Red+Green+Blue) = 125+86+94=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 125 - color contains mainly: red. Hex color #7D565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D565E is #82A9A1. Grayscale: #626262. Windows color (decimal): -8563106 or 6182525. OLE color: 6182525.
HSL color Cylindrical-coordinate representation of color #7D565E: hue angle of 347.69º 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 #7D565E is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 86 | 94 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.51 |
| HSL | 347.69º | 0.18% | 0.41% | - |
| HSV(B) | 347.69º | 0.31% | 0.49% | - |
| XYZ | 13.81 | 11.82 | 12.14 | - |
| YUV | 98.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 86 | 94 | 0 | 0.31 | 0.25 | 0.51 | 347.69 | 0.18 | 0.41 |
| Hex | 7D | 56 | 5E | 0 | 1F | 19 | 33 | 15C | 12 | 29 |
| Octal | 175 | 126 | 136 | 0 | 37 | 31 | 63 | 534 | 22 | 51 |
| Binary | 1111101 | 1010110 | 1011110 | 0 | 11111 | 11001 | 110011 | 101011100 | 10010 | 101001 |
Color Harmonies of #7D565E
Complementary color
Monochromatic Colors of #7D565E
Black with #7D565E
Text Example
Text Example
White with #7D565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D565E; }
p { color: rgb(125,86,94); }
H1.HeaderClassName
{
color: #7D565E;
}
.AnyTagClassName
{
color: #7D565E;
}
</style>
background-color css
<style>
a { background-color: #7D565E; }
a { background-color: rgb(125,86,94); }
div.DivClassName
{
background-color: #7D565E;
}
.BgClassName
{
background-color: #7D565E;
}
</style>
border-color css
<style>
span { border-color: #7D565E; }
span { border-color: rgb(125,86,94); }
td.TdClassName
{
border-color: #7D565E;
}
.TagClassName
{
border-color: #7D565E;
}
</style>