Shades of Falcon #7A5B62
Tints of Falcon #7A5B62
RGB
CMYK
RGB Variations
Color information
#7A5B62 (or 0x7A5B62) is known color: Falcon. HEX triplet: 7A, 5B and 62. RGB value is (122,91,98). Sum of RGB (Red+Green+Blue) = 122+91+98=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5B62 is #85A49D. Grayscale: #656565. Windows color (decimal): -8758430 or 6445946. OLE color: 6445946.
HSL color Cylindrical-coordinate representation of color #7A5B62: hue angle of 346.45º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A5B62 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 91 | 98 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.52 |
| HSL | 346.45º | 0.15% | 0.42% | - |
| HSV(B) | 346.45º | 0.25% | 0.48% | - |
| XYZ | 13.97 | 12.5 | 13.23 | - |
| YUV | 101.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 91 | 98 | 0 | 0.25 | 0.20 | 0.52 | 346.45 | 0.15 | 0.42 |
| Hex | 7A | 5B | 62 | 0 | 19 | 14 | 34 | 15A | F | 2A |
| Octal | 172 | 133 | 142 | 0 | 31 | 24 | 64 | 532 | 17 | 52 |
| Binary | 1111010 | 1011011 | 1100010 | 0 | 11001 | 10100 | 110100 | 101011010 | 1111 | 101010 |
Color Harmonies of #7A5B62
Complementary color
Monochromatic Colors of #7A5B62
Black with #7A5B62
Text Example
Text Example
White with #7A5B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5B62; }
p { color: rgb(122,91,98); }
H1.HeaderClassName
{
color: #7A5B62;
}
.AnyTagClassName
{
color: #7A5B62;
}
</style>
background-color css
<style>
a { background-color: #7A5B62; }
a { background-color: rgb(122,91,98); }
div.DivClassName
{
background-color: #7A5B62;
}
.BgClassName
{
background-color: #7A5B62;
}
</style>
border-color css
<style>
span { border-color: #7A5B62; }
span { border-color: rgb(122,91,98); }
td.TdClassName
{
border-color: #7A5B62;
}
.TagClassName
{
border-color: #7A5B62;
}
</style>