Shades of Falcon #7D575B
Tints of Falcon #7D575B
RGB
CMYK
RGB Variations
Color information
#7D575B (or 0x7D575B) is known color: Falcon. HEX triplet: 7D, 57 and 5B. RGB value is (125,87,91). Sum of RGB (Red+Green+Blue) = 125+87+91=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 125 - color contains mainly: red. Hex color #7D575B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D575B is #82A8A4. Grayscale: #626262. Windows color (decimal): -8562853 or 5986173. OLE color: 5986173.
HSL color Cylindrical-coordinate representation of color #7D575B: hue angle of 353.68º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D575B is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 87 | 91 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.51 |
| HSL | 353.68º | 0.18% | 0.42% | - |
| HSV(B) | 353.68º | 0.3% | 0.49% | - |
| XYZ | 13.75 | 11.93 | 11.48 | - |
| YUV | 98.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 87 | 91 | 0 | 0.30 | 0.27 | 0.51 | 353.68 | 0.18 | 0.42 |
| Hex | 7D | 57 | 5B | 0 | 1E | 1B | 33 | 162 | 12 | 2A |
| Octal | 175 | 127 | 133 | 0 | 36 | 33 | 63 | 542 | 22 | 52 |
| Binary | 1111101 | 1010111 | 1011011 | 0 | 11110 | 11011 | 110011 | 101100010 | 10010 | 101010 |
Color Harmonies of #7D575B
Complementary color
Monochromatic Colors of #7D575B
Black with #7D575B
Text Example
Text Example
White with #7D575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D575B; }
p { color: rgb(125,87,91); }
H1.HeaderClassName
{
color: #7D575B;
}
.AnyTagClassName
{
color: #7D575B;
}
</style>
background-color css
<style>
a { background-color: #7D575B; }
a { background-color: rgb(125,87,91); }
div.DivClassName
{
background-color: #7D575B;
}
.BgClassName
{
background-color: #7D575B;
}
</style>
border-color css
<style>
span { border-color: #7D575B; }
span { border-color: rgb(125,87,91); }
td.TdClassName
{
border-color: #7D575B;
}
.TagClassName
{
border-color: #7D575B;
}
</style>