Shades of Falcon #7A5258
Tints of Falcon #7A5258
RGB
CMYK
RGB Variations
Color information
#7A5258 (or 0x7A5258) is known color: Falcon. HEX triplet: 7A, 52 and 58. RGB value is (122,82,88). Sum of RGB (Red+Green+Blue) = 122+82+88=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5258 is #85ADA7. Grayscale: #5E5E5E. Windows color (decimal): -8760744 or 5788282. OLE color: 5788282.
HSL color Cylindrical-coordinate representation of color #7A5258: hue angle of 351º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A5258 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 82 | 88 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.52 |
| HSL | 351º | 0.2% | 0.4% | - |
| HSV(B) | 351º | 0.33% | 0.48% | - |
| XYZ | 12.8 | 10.88 | 10.66 | - |
| YUV | 94.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 82 | 88 | 0 | 0.33 | 0.28 | 0.52 | 351 | 0.2 | 0.4 |
| Hex | 7A | 52 | 58 | 0 | 21 | 1C | 34 | 15F | 14 | 28 |
| Octal | 172 | 122 | 130 | 0 | 41 | 34 | 64 | 537 | 24 | 50 |
| Binary | 1111010 | 1010010 | 1011000 | 0 | 100001 | 11100 | 110100 | 101011111 | 10100 | 101000 |
Color Harmonies of #7A5258
Complementary color
Monochromatic Colors of #7A5258
Black with #7A5258
Text Example
Text Example
White with #7A5258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5258; }
p { color: rgb(122,82,88); }
H1.HeaderClassName
{
color: #7A5258;
}
.AnyTagClassName
{
color: #7A5258;
}
</style>
background-color css
<style>
a { background-color: #7A5258; }
a { background-color: rgb(122,82,88); }
div.DivClassName
{
background-color: #7A5258;
}
.BgClassName
{
background-color: #7A5258;
}
</style>
border-color css
<style>
span { border-color: #7A5258; }
span { border-color: rgb(122,82,88); }
td.TdClassName
{
border-color: #7A5258;
}
.TagClassName
{
border-color: #7A5258;
}
</style>