Shades of Falcon #7D565C
Tints of Falcon #7D565C
RGB
CMYK
RGB Variations
Color information
#7D565C (or 0x7D565C) is known color: Falcon. HEX triplet: 7D, 56 and 5C. RGB value is (125,86,92). Sum of RGB (Red+Green+Blue) = 125+86+92=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 125 - color contains mainly: red. Hex color #7D565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D565C is #82A9A3. Grayscale: #626262. Windows color (decimal): -8563108 or 6051453. OLE color: 6051453.
HSL color Cylindrical-coordinate representation of color #7D565C: hue angle of 350.77º 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 #7D565C is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 86 | 92 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.51 |
| HSL | 350.77º | 0.18% | 0.41% | - |
| HSV(B) | 350.77º | 0.31% | 0.49% | - |
| XYZ | 13.72 | 11.79 | 11.68 | - |
| YUV | 98.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 86 | 92 | 0 | 0.31 | 0.26 | 0.51 | 350.77 | 0.18 | 0.41 |
| Hex | 7D | 56 | 5C | 0 | 1F | 1A | 33 | 15F | 12 | 29 |
| Octal | 175 | 126 | 134 | 0 | 37 | 32 | 63 | 537 | 22 | 51 |
| Binary | 1111101 | 1010110 | 1011100 | 0 | 11111 | 11010 | 110011 | 101011111 | 10010 | 101001 |
Color Harmonies of #7D565C
Complementary color
Monochromatic Colors of #7D565C
Black with #7D565C
Text Example
Text Example
White with #7D565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D565C; }
p { color: rgb(125,86,92); }
H1.HeaderClassName
{
color: #7D565C;
}
.AnyTagClassName
{
color: #7D565C;
}
</style>
background-color css
<style>
a { background-color: #7D565C; }
a { background-color: rgb(125,86,92); }
div.DivClassName
{
background-color: #7D565C;
}
.BgClassName
{
background-color: #7D565C;
}
</style>
border-color css
<style>
span { border-color: #7D565C; }
span { border-color: rgb(125,86,92); }
td.TdClassName
{
border-color: #7D565C;
}
.TagClassName
{
border-color: #7D565C;
}
</style>