Shades of Falcon #7D585C
Tints of Falcon #7D585C
RGB
CMYK
RGB Variations
Color information
#7D585C (or 0x7D585C) is known color: Falcon. HEX triplet: 7D, 58 and 5C. RGB value is (125,88,92). Sum of RGB (Red+Green+Blue) = 125+88+92=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 125 - color contains mainly: red. Hex color #7D585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D585C is #82A7A3. Grayscale: #636363. Windows color (decimal): -8562596 or 6051965. OLE color: 6051965.
HSL color Cylindrical-coordinate representation of color #7D585C: hue angle of 353.51º 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 #7D585C is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 88 | 92 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.51 |
| HSL | 353.51º | 0.17% | 0.42% | - |
| HSV(B) | 353.51º | 0.3% | 0.49% | - |
| XYZ | 13.88 | 12.11 | 11.73 | - |
| YUV | 99.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 88 | 92 | 0 | 0.30 | 0.26 | 0.51 | 353.51 | 0.17 | 0.42 |
| Hex | 7D | 58 | 5C | 0 | 1E | 1A | 33 | 162 | 11 | 2A |
| Octal | 175 | 130 | 134 | 0 | 36 | 32 | 63 | 542 | 21 | 52 |
| Binary | 1111101 | 1011000 | 1011100 | 0 | 11110 | 11010 | 110011 | 101100010 | 10001 | 101010 |
Color Harmonies of #7D585C
Complementary color
Monochromatic Colors of #7D585C
Black with #7D585C
Text Example
Text Example
White with #7D585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D585C; }
p { color: rgb(125,88,92); }
H1.HeaderClassName
{
color: #7D585C;
}
.AnyTagClassName
{
color: #7D585C;
}
</style>
background-color css
<style>
a { background-color: #7D585C; }
a { background-color: rgb(125,88,92); }
div.DivClassName
{
background-color: #7D585C;
}
.BgClassName
{
background-color: #7D585C;
}
</style>
border-color css
<style>
span { border-color: #7D585C; }
span { border-color: rgb(125,88,92); }
td.TdClassName
{
border-color: #7D585C;
}
.TagClassName
{
border-color: #7D585C;
}
</style>