Shades of Falcon #7D585B
Tints of Falcon #7D585B
RGB
CMYK
RGB Variations
Color information
#7D585B (or 0x7D585B) is known color: Falcon. HEX triplet: 7D, 58 and 5B. RGB value is (125,88,91). Sum of RGB (Red+Green+Blue) = 125+88+91=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 125 - color contains mainly: red. Hex color #7D585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D585B is #82A7A4. Grayscale: #636363. Windows color (decimal): -8562597 or 5986429. OLE color: 5986429.
HSL color Cylindrical-coordinate representation of color #7D585B: hue angle of 355.14º degrees, saturation: 0.17, 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 #7D585B is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 88 | 91 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.51 |
| HSL | 355.14º | 0.17% | 0.42% | - |
| HSV(B) | 355.14º | 0.3% | 0.49% | - |
| XYZ | 13.84 | 12.09 | 11.5 | - |
| YUV | 99.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 88 | 91 | 0 | 0.30 | 0.27 | 0.51 | 355.14 | 0.17 | 0.42 |
| Hex | 7D | 58 | 5B | 0 | 1E | 1B | 33 | 163 | 11 | 2A |
| Octal | 175 | 130 | 133 | 0 | 36 | 33 | 63 | 543 | 21 | 52 |
| Binary | 1111101 | 1011000 | 1011011 | 0 | 11110 | 11011 | 110011 | 101100011 | 10001 | 101010 |
Color Harmonies of #7D585B
Complementary color
Monochromatic Colors of #7D585B
Black with #7D585B
Text Example
Text Example
White with #7D585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D585B; }
p { color: rgb(125,88,91); }
H1.HeaderClassName
{
color: #7D585B;
}
.AnyTagClassName
{
color: #7D585B;
}
</style>
background-color css
<style>
a { background-color: #7D585B; }
a { background-color: rgb(125,88,91); }
div.DivClassName
{
background-color: #7D585B;
}
.BgClassName
{
background-color: #7D585B;
}
</style>
border-color css
<style>
span { border-color: #7D585B; }
span { border-color: rgb(125,88,91); }
td.TdClassName
{
border-color: #7D585B;
}
.TagClassName
{
border-color: #7D585B;
}
</style>