Shades of Falcon #7E555C
Tints of Falcon #7E555C
RGB
CMYK
RGB Variations
Color information
#7E555C (or 0x7E555C) is known color: Falcon. HEX triplet: 7E, 55 and 5C. RGB value is (126,85,92). Sum of RGB (Red+Green+Blue) = 126+85+92=303 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.58% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 126 - color contains mainly: red. Hex color #7E555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E555C is #81AAA3. Grayscale: #626262. Windows color (decimal): -8497828 or 6051198. OLE color: 6051198.
HSL color Cylindrical-coordinate representation of color #7E555C: hue angle of 349.76º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E555C is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 85 | 92 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.51 |
| HSL | 349.76º | 0.19% | 0.41% | - |
| HSV(B) | 349.76º | 0.33% | 0.49% | - |
| XYZ | 13.78 | 11.71 | 11.66 | - |
| YUV | 98.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 92 | 0 | 0.33 | 0.27 | 0.51 | 349.76 | 0.19 | 0.41 |
| Hex | 7E | 55 | 5C | 0 | 21 | 1B | 33 | 15E | 13 | 29 |
| Octal | 176 | 125 | 134 | 0 | 41 | 33 | 63 | 536 | 23 | 51 |
| Binary | 1111110 | 1010101 | 1011100 | 0 | 100001 | 11011 | 110011 | 101011110 | 10011 | 101001 |
Color Harmonies of #7E555C
Complementary color
Monochromatic Colors of #7E555C
Black with #7E555C
Text Example
Text Example
White with #7E555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E555C; }
p { color: rgb(126,85,92); }
H1.HeaderClassName
{
color: #7E555C;
}
.AnyTagClassName
{
color: #7E555C;
}
</style>
background-color css
<style>
a { background-color: #7E555C; }
a { background-color: rgb(126,85,92); }
div.DivClassName
{
background-color: #7E555C;
}
.BgClassName
{
background-color: #7E555C;
}
</style>
border-color css
<style>
span { border-color: #7E555C; }
span { border-color: rgb(126,85,92); }
td.TdClassName
{
border-color: #7E555C;
}
.TagClassName
{
border-color: #7E555C;
}
</style>