Shades of Falcon #7A575A
Tints of Falcon #7A575A
RGB
CMYK
RGB Variations
Color information
#7A575A (or 0x7A575A) is known color: Falcon. HEX triplet: 7A, 57 and 5A. RGB value is (122,87,90). Sum of RGB (Red+Green+Blue) = 122+87+90=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 122 - color contains mainly: red. Hex color #7A575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A575A is #85A8A5. Grayscale: #616161. Windows color (decimal): -8759462 or 5920634. OLE color: 5920634.
HSL color Cylindrical-coordinate representation of color #7A575A: hue angle of 354.86º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A575A is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 87 | 90 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.52 |
| HSL | 354.86º | 0.17% | 0.41% | - |
| HSV(B) | 354.86º | 0.29% | 0.48% | - |
| XYZ | 13.28 | 11.69 | 11.23 | - |
| YUV | 97.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 90 | 0 | 0.29 | 0.26 | 0.52 | 354.86 | 0.17 | 0.41 |
| Hex | 7A | 57 | 5A | 0 | 1D | 1A | 34 | 163 | 11 | 29 |
| Octal | 172 | 127 | 132 | 0 | 35 | 32 | 64 | 543 | 21 | 51 |
| Binary | 1111010 | 1010111 | 1011010 | 0 | 11101 | 11010 | 110100 | 101100011 | 10001 | 101001 |
Color Harmonies of #7A575A
Complementary color
Monochromatic Colors of #7A575A
Black with #7A575A
Text Example
Text Example
White with #7A575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A575A; }
p { color: rgb(122,87,90); }
H1.HeaderClassName
{
color: #7A575A;
}
.AnyTagClassName
{
color: #7A575A;
}
</style>
background-color css
<style>
a { background-color: #7A575A; }
a { background-color: rgb(122,87,90); }
div.DivClassName
{
background-color: #7A575A;
}
.BgClassName
{
background-color: #7A575A;
}
</style>
border-color css
<style>
span { border-color: #7A575A; }
span { border-color: rgb(122,87,90); }
td.TdClassName
{
border-color: #7A575A;
}
.TagClassName
{
border-color: #7A575A;
}
</style>