Shades of Falcon #7C555A
Tints of Falcon #7C555A
RGB
CMYK
RGB Variations
Color information
#7C555A (or 0x7C555A) is known color: Falcon. HEX triplet: 7C, 55 and 5A. RGB value is (124,85,90). Sum of RGB (Red+Green+Blue) = 124+85+90=299 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.47% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 124 - color contains mainly: red. Hex color #7C555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C555A is #83AAA5. Grayscale: #616161. Windows color (decimal): -8628902 or 5920124. OLE color: 5920124.
HSL color Cylindrical-coordinate representation of color #7C555A: hue angle of 352.31º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C555A is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 85 | 90 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.51 |
| HSL | 352.31º | 0.19% | 0.41% | - |
| HSV(B) | 352.31º | 0.31% | 0.49% | - |
| XYZ | 13.41 | 11.52 | 11.19 | - |
| YUV | 97.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 85 | 90 | 0 | 0.31 | 0.27 | 0.51 | 352.31 | 0.19 | 0.41 |
| Hex | 7C | 55 | 5A | 0 | 1F | 1B | 33 | 160 | 13 | 29 |
| Octal | 174 | 125 | 132 | 0 | 37 | 33 | 63 | 540 | 23 | 51 |
| Binary | 1111100 | 1010101 | 1011010 | 0 | 11111 | 11011 | 110011 | 101100000 | 10011 | 101001 |
Color Harmonies of #7C555A
Complementary color
Monochromatic Colors of #7C555A
Black with #7C555A
Text Example
Text Example
White with #7C555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C555A; }
p { color: rgb(124,85,90); }
H1.HeaderClassName
{
color: #7C555A;
}
.AnyTagClassName
{
color: #7C555A;
}
</style>
background-color css
<style>
a { background-color: #7C555A; }
a { background-color: rgb(124,85,90); }
div.DivClassName
{
background-color: #7C555A;
}
.BgClassName
{
background-color: #7C555A;
}
</style>
border-color css
<style>
span { border-color: #7C555A; }
span { border-color: rgb(124,85,90); }
td.TdClassName
{
border-color: #7C555A;
}
.TagClassName
{
border-color: #7C555A;
}
</style>