Shades of Falcon #7A535A
Tints of Falcon #7A535A
RGB
CMYK
RGB Variations
Color information
#7A535A (or 0x7A535A) is known color: Falcon. HEX triplet: 7A, 53 and 5A. RGB value is (122,83,90). Sum of RGB (Red+Green+Blue) = 122+83+90=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 122 - color contains mainly: red. Hex color #7A535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A535A is #85ACA5. Grayscale: #5F5F5F. Windows color (decimal): -8760486 or 5919610. OLE color: 5919610.
HSL color Cylindrical-coordinate representation of color #7A535A: hue angle of 349.23º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A535A is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 83 | 90 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.52 |
| HSL | 349.23º | 0.19% | 0.4% | - |
| HSV(B) | 349.23º | 0.32% | 0.48% | - |
| XYZ | 12.96 | 11.06 | 11.12 | - |
| YUV | 95.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 83 | 90 | 0 | 0.32 | 0.26 | 0.52 | 349.23 | 0.19 | 0.4 |
| Hex | 7A | 53 | 5A | 0 | 20 | 1A | 34 | 15D | 13 | 28 |
| Octal | 172 | 123 | 132 | 0 | 40 | 32 | 64 | 535 | 23 | 50 |
| Binary | 1111010 | 1010011 | 1011010 | 0 | 100000 | 11010 | 110100 | 101011101 | 10011 | 101000 |
Color Harmonies of #7A535A
Complementary color
Monochromatic Colors of #7A535A
Black with #7A535A
Text Example
Text Example
White with #7A535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A535A; }
p { color: rgb(122,83,90); }
H1.HeaderClassName
{
color: #7A535A;
}
.AnyTagClassName
{
color: #7A535A;
}
</style>
background-color css
<style>
a { background-color: #7A535A; }
a { background-color: rgb(122,83,90); }
div.DivClassName
{
background-color: #7A535A;
}
.BgClassName
{
background-color: #7A535A;
}
</style>
border-color css
<style>
span { border-color: #7A535A; }
span { border-color: rgb(122,83,90); }
td.TdClassName
{
border-color: #7A535A;
}
.TagClassName
{
border-color: #7A535A;
}
</style>