Shades of Falcon #7D595B
Tints of Falcon #7D595B
RGB
CMYK
RGB Variations
Color information
#7D595B (or 0x7D595B) is known color: Falcon. HEX triplet: 7D, 59 and 5B. RGB value is (125,89,91). Sum of RGB (Red+Green+Blue) = 125+89+91=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 125 - color contains mainly: red. Hex color #7D595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D595B is #82A6A4. Grayscale: #646464. Windows color (decimal): -8562341 or 5986685. OLE color: 5986685.
HSL color Cylindrical-coordinate representation of color #7D595B: hue angle of 356.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D595B is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 89 | 91 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.51 |
| HSL | 356.67º | 0.17% | 0.42% | - |
| HSV(B) | 356.67º | 0.29% | 0.49% | - |
| XYZ | 13.92 | 12.26 | 11.53 | - |
| YUV | 99.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 89 | 91 | 0 | 0.29 | 0.27 | 0.51 | 356.67 | 0.17 | 0.42 |
| Hex | 7D | 59 | 5B | 0 | 1D | 1B | 33 | 165 | 11 | 2A |
| Octal | 175 | 131 | 133 | 0 | 35 | 33 | 63 | 545 | 21 | 52 |
| Binary | 1111101 | 1011001 | 1011011 | 0 | 11101 | 11011 | 110011 | 101100101 | 10001 | 101010 |
Color Harmonies of #7D595B
Complementary color
Monochromatic Colors of #7D595B
Black with #7D595B
Text Example
Text Example
White with #7D595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D595B; }
p { color: rgb(125,89,91); }
H1.HeaderClassName
{
color: #7D595B;
}
.AnyTagClassName
{
color: #7D595B;
}
</style>
background-color css
<style>
a { background-color: #7D595B; }
a { background-color: rgb(125,89,91); }
div.DivClassName
{
background-color: #7D595B;
}
.BgClassName
{
background-color: #7D595B;
}
</style>
border-color css
<style>
span { border-color: #7D595B; }
span { border-color: rgb(125,89,91); }
td.TdClassName
{
border-color: #7D595B;
}
.TagClassName
{
border-color: #7D595B;
}
</style>