Shades of Falcon #7C5B5C
Tints of Falcon #7C5B5C
RGB
CMYK
RGB Variations
Color information
#7C5B5C (or 0x7C5B5C) is known color: Falcon. HEX triplet: 7C, 5B and 5C. RGB value is (124,91,92). Sum of RGB (Red+Green+Blue) = 124+91+92=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5B5C is #83A4A3. Grayscale: #656565. Windows color (decimal): -8627364 or 6052732. OLE color: 6052732.
HSL color Cylindrical-coordinate representation of color #7C5B5C: hue angle of 358.18º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C5B5C is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 91 | 92 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.51 |
| HSL | 358.18º | 0.15% | 0.42% | - |
| HSV(B) | 358.18º | 0.27% | 0.49% | - |
| XYZ | 13.99 | 12.54 | 11.81 | - |
| YUV | 100.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 91 | 92 | 0 | 0.27 | 0.26 | 0.51 | 358.18 | 0.15 | 0.42 |
| Hex | 7C | 5B | 5C | 0 | 1B | 1A | 33 | 166 | F | 2A |
| Octal | 174 | 133 | 134 | 0 | 33 | 32 | 63 | 546 | 17 | 52 |
| Binary | 1111100 | 1011011 | 1011100 | 0 | 11011 | 11010 | 110011 | 101100110 | 1111 | 101010 |
Color Harmonies of #7C5B5C
Complementary color
Monochromatic Colors of #7C5B5C
Black with #7C5B5C
Text Example
Text Example
White with #7C5B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5B5C; }
p { color: rgb(124,91,92); }
H1.HeaderClassName
{
color: #7C5B5C;
}
.AnyTagClassName
{
color: #7C5B5C;
}
</style>
background-color css
<style>
a { background-color: #7C5B5C; }
a { background-color: rgb(124,91,92); }
div.DivClassName
{
background-color: #7C5B5C;
}
.BgClassName
{
background-color: #7C5B5C;
}
</style>
border-color css
<style>
span { border-color: #7C5B5C; }
span { border-color: rgb(124,91,92); }
td.TdClassName
{
border-color: #7C5B5C;
}
.TagClassName
{
border-color: #7C5B5C;
}
</style>