Shades of Falcon #7C525A
Tints of Falcon #7C525A
RGB
CMYK
RGB Variations
Color information
#7C525A (or 0x7C525A) is known color: Falcon. HEX triplet: 7C, 52 and 5A. RGB value is (124,82,90). Sum of RGB (Red+Green+Blue) = 124+82+90=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C525A is #83ADA5. Grayscale: #5F5F5F. Windows color (decimal): -8629670 or 5919356. OLE color: 5919356.
HSL color Cylindrical-coordinate representation of color #7C525A: hue angle of 348.57º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C525A is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 82 | 90 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.51 |
| HSL | 348.57º | 0.2% | 0.4% | - |
| HSV(B) | 348.57º | 0.34% | 0.49% | - |
| XYZ | 13.17 | 11.06 | 11.11 | - |
| YUV | 95.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 90 | 0 | 0.34 | 0.27 | 0.51 | 348.57 | 0.2 | 0.4 |
| Hex | 7C | 52 | 5A | 0 | 22 | 1B | 33 | 15D | 14 | 28 |
| Octal | 174 | 122 | 132 | 0 | 42 | 33 | 63 | 535 | 24 | 50 |
| Binary | 1111100 | 1010010 | 1011010 | 0 | 100010 | 11011 | 110011 | 101011101 | 10100 | 101000 |
Color Harmonies of #7C525A
Complementary color
Monochromatic Colors of #7C525A
Black with #7C525A
Text Example
Text Example
White with #7C525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C525A; }
p { color: rgb(124,82,90); }
H1.HeaderClassName
{
color: #7C525A;
}
.AnyTagClassName
{
color: #7C525A;
}
</style>
background-color css
<style>
a { background-color: #7C525A; }
a { background-color: rgb(124,82,90); }
div.DivClassName
{
background-color: #7C525A;
}
.BgClassName
{
background-color: #7C525A;
}
</style>
border-color css
<style>
span { border-color: #7C525A; }
span { border-color: rgb(124,82,90); }
td.TdClassName
{
border-color: #7C525A;
}
.TagClassName
{
border-color: #7C525A;
}
</style>