Shades of Falcon #7E535A
Tints of Falcon #7E535A
RGB
CMYK
RGB Variations
Color information
#7E535A (or 0x7E535A) is known color: Falcon. HEX triplet: 7E, 53 and 5A. RGB value is (126,83,90). Sum of RGB (Red+Green+Blue) = 126+83+90=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 126 - color contains mainly: red. Hex color #7E535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E535A is #81ACA5. Grayscale: #606060. Windows color (decimal): -8498342 or 5919614. OLE color: 5919614.
HSL color Cylindrical-coordinate representation of color #7E535A: hue angle of 350.23º 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 #7E535A is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 83 | 90 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.51 |
| HSL | 350.23º | 0.21% | 0.41% | - |
| HSV(B) | 350.23º | 0.34% | 0.49% | - |
| XYZ | 13.54 | 11.36 | 11.15 | - |
| YUV | 96.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 83 | 90 | 0 | 0.34 | 0.29 | 0.51 | 350.23 | 0.21 | 0.41 |
| Hex | 7E | 53 | 5A | 0 | 22 | 1D | 33 | 15E | 15 | 29 |
| Octal | 176 | 123 | 132 | 0 | 42 | 35 | 63 | 536 | 25 | 51 |
| Binary | 1111110 | 1010011 | 1011010 | 0 | 100010 | 11101 | 110011 | 101011110 | 10101 | 101001 |
Color Harmonies of #7E535A
Complementary color
Monochromatic Colors of #7E535A
Black with #7E535A
Text Example
Text Example
White with #7E535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E535A; }
p { color: rgb(126,83,90); }
H1.HeaderClassName
{
color: #7E535A;
}
.AnyTagClassName
{
color: #7E535A;
}
</style>
background-color css
<style>
a { background-color: #7E535A; }
a { background-color: rgb(126,83,90); }
div.DivClassName
{
background-color: #7E535A;
}
.BgClassName
{
background-color: #7E535A;
}
</style>
border-color css
<style>
span { border-color: #7E535A; }
span { border-color: rgb(126,83,90); }
td.TdClassName
{
border-color: #7E535A;
}
.TagClassName
{
border-color: #7E535A;
}
</style>