Shades of Falcon #7E535B
Tints of Falcon #7E535B
RGB
CMYK
RGB Variations
Color information
#7E535B (or 0x7E535B) is known color: Falcon. HEX triplet: 7E, 53 and 5B. RGB value is (126,83,91). Sum of RGB (Red+Green+Blue) = 126+83+91=300 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 126 - color contains mainly: red. Hex color #7E535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E535B is #81ACA4. Grayscale: #606060. Windows color (decimal): -8498341 or 5985150. OLE color: 5985150.
HSL color Cylindrical-coordinate representation of color #7E535B: hue angle of 348.84º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E535B is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 83 | 91 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.51 |
| HSL | 348.84º | 0.21% | 0.41% | - |
| HSV(B) | 348.84º | 0.34% | 0.49% | - |
| XYZ | 13.59 | 11.38 | 11.38 | - |
| YUV | 96.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 83 | 91 | 0 | 0.34 | 0.28 | 0.51 | 348.84 | 0.21 | 0.41 |
| Hex | 7E | 53 | 5B | 0 | 22 | 1C | 33 | 15D | 15 | 29 |
| Octal | 176 | 123 | 133 | 0 | 42 | 34 | 63 | 535 | 25 | 51 |
| Binary | 1111110 | 1010011 | 1011011 | 0 | 100010 | 11100 | 110011 | 101011101 | 10101 | 101001 |
Color Harmonies of #7E535B
Complementary color
Monochromatic Colors of #7E535B
Black with #7E535B
Text Example
Text Example
White with #7E535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E535B; }
p { color: rgb(126,83,91); }
H1.HeaderClassName
{
color: #7E535B;
}
.AnyTagClassName
{
color: #7E535B;
}
</style>
background-color css
<style>
a { background-color: #7E535B; }
a { background-color: rgb(126,83,91); }
div.DivClassName
{
background-color: #7E535B;
}
.BgClassName
{
background-color: #7E535B;
}
</style>
border-color css
<style>
span { border-color: #7E535B; }
span { border-color: rgb(126,83,91); }
td.TdClassName
{
border-color: #7E535B;
}
.TagClassName
{
border-color: #7E535B;
}
</style>