Shades of Falcon #7A5256
Tints of Falcon #7A5256
RGB
CMYK
RGB Variations
Color information
#7A5256 (or 0x7A5256) is known color: Falcon. HEX triplet: 7A, 52 and 56. RGB value is (122,82,86). Sum of RGB (Red+Green+Blue) = 122+82+86=290 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.07% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5256 is #85ADA9. Grayscale: #5E5E5E. Windows color (decimal): -8760746 or 5657210. OLE color: 5657210.
HSL color Cylindrical-coordinate representation of color #7A5256: hue angle of 354º 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 #7A5256 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 82 | 86 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.52 |
| HSL | 354º | 0.2% | 0.4% | - |
| HSV(B) | 354º | 0.33% | 0.48% | - |
| XYZ | 12.72 | 10.84 | 10.23 | - |
| YUV | 94.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 82 | 86 | 0 | 0.33 | 0.30 | 0.52 | 354 | 0.2 | 0.4 |
| Hex | 7A | 52 | 56 | 0 | 21 | 1E | 34 | 162 | 14 | 28 |
| Octal | 172 | 122 | 126 | 0 | 41 | 36 | 64 | 542 | 24 | 50 |
| Binary | 1111010 | 1010010 | 1010110 | 0 | 100001 | 11110 | 110100 | 101100010 | 10100 | 101000 |
Color Harmonies of #7A5256
Complementary color
Monochromatic Colors of #7A5256
Black with #7A5256
Text Example
Text Example
White with #7A5256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5256; }
p { color: rgb(122,82,86); }
H1.HeaderClassName
{
color: #7A5256;
}
.AnyTagClassName
{
color: #7A5256;
}
</style>
background-color css
<style>
a { background-color: #7A5256; }
a { background-color: rgb(122,82,86); }
div.DivClassName
{
background-color: #7A5256;
}
.BgClassName
{
background-color: #7A5256;
}
</style>
border-color css
<style>
span { border-color: #7A5256; }
span { border-color: rgb(122,82,86); }
td.TdClassName
{
border-color: #7A5256;
}
.TagClassName
{
border-color: #7A5256;
}
</style>