Shades of Falcon #7D575A
Tints of Falcon #7D575A
RGB
CMYK
RGB Variations
Color information
#7D575A (or 0x7D575A) is known color: Falcon. HEX triplet: 7D, 57 and 5A. RGB value is (125,87,90). Sum of RGB (Red+Green+Blue) = 125+87+90=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 125 - color contains mainly: red. Hex color #7D575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D575A is #82A8A5. Grayscale: #626262. Windows color (decimal): -8562854 or 5920637. OLE color: 5920637.
HSL color Cylindrical-coordinate representation of color #7D575A: hue angle of 355.26º 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 #7D575A is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 87 | 90 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.51 |
| HSL | 355.26º | 0.18% | 0.42% | - |
| HSV(B) | 355.26º | 0.3% | 0.49% | - |
| XYZ | 13.71 | 11.91 | 11.25 | - |
| YUV | 98.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 87 | 90 | 0 | 0.30 | 0.28 | 0.51 | 355.26 | 0.18 | 0.42 |
| Hex | 7D | 57 | 5A | 0 | 1E | 1C | 33 | 163 | 12 | 2A |
| Octal | 175 | 127 | 132 | 0 | 36 | 34 | 63 | 543 | 22 | 52 |
| Binary | 1111101 | 1010111 | 1011010 | 0 | 11110 | 11100 | 110011 | 101100011 | 10010 | 101010 |
Color Harmonies of #7D575A
Complementary color
Monochromatic Colors of #7D575A
Black with #7D575A
Text Example
Text Example
White with #7D575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D575A; }
p { color: rgb(125,87,90); }
H1.HeaderClassName
{
color: #7D575A;
}
.AnyTagClassName
{
color: #7D575A;
}
</style>
background-color css
<style>
a { background-color: #7D575A; }
a { background-color: rgb(125,87,90); }
div.DivClassName
{
background-color: #7D575A;
}
.BgClassName
{
background-color: #7D575A;
}
</style>
border-color css
<style>
span { border-color: #7D575A; }
span { border-color: rgb(125,87,90); }
td.TdClassName
{
border-color: #7D575A;
}
.TagClassName
{
border-color: #7D575A;
}
</style>