Shades of Falcon #7E585C
Tints of Falcon #7E585C
RGB
CMYK
RGB Variations
Color information
#7E585C (or 0x7E585C) is known color: Falcon. HEX triplet: 7E, 58 and 5C. RGB value is (126,88,92). Sum of RGB (Red+Green+Blue) = 126+88+92=306 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.18% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 126 - color contains mainly: red. Hex color #7E585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E585C is #81A7A3. Grayscale: #636363. Windows color (decimal): -8497060 or 6051966. OLE color: 6051966.
HSL color Cylindrical-coordinate representation of color #7E585C: hue angle of 353.68º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E585C is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 88 | 92 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.51 |
| HSL | 353.68º | 0.18% | 0.42% | - |
| HSV(B) | 353.68º | 0.3% | 0.49% | - |
| XYZ | 14.03 | 12.19 | 11.74 | - |
| YUV | 99.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 88 | 92 | 0 | 0.30 | 0.27 | 0.51 | 353.68 | 0.18 | 0.42 |
| Hex | 7E | 58 | 5C | 0 | 1E | 1B | 33 | 162 | 12 | 2A |
| Octal | 176 | 130 | 134 | 0 | 36 | 33 | 63 | 542 | 22 | 52 |
| Binary | 1111110 | 1011000 | 1011100 | 0 | 11110 | 11011 | 110011 | 101100010 | 10010 | 101010 |
Color Harmonies of #7E585C
Complementary color
Monochromatic Colors of #7E585C
Black with #7E585C
Text Example
Text Example
White with #7E585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E585C; }
p { color: rgb(126,88,92); }
H1.HeaderClassName
{
color: #7E585C;
}
.AnyTagClassName
{
color: #7E585C;
}
</style>
background-color css
<style>
a { background-color: #7E585C; }
a { background-color: rgb(126,88,92); }
div.DivClassName
{
background-color: #7E585C;
}
.BgClassName
{
background-color: #7E585C;
}
</style>
border-color css
<style>
span { border-color: #7E585C; }
span { border-color: rgb(126,88,92); }
td.TdClassName
{
border-color: #7E585C;
}
.TagClassName
{
border-color: #7E585C;
}
</style>