Shades of Falcon #7D545C
Tints of Falcon #7D545C
RGB
CMYK
RGB Variations
Color information
#7D545C (or 0x7D545C) is known color: Falcon. HEX triplet: 7D, 54 and 5C. RGB value is (125,84,92). Sum of RGB (Red+Green+Blue) = 125+84+92=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 125 - color contains mainly: red. Hex color #7D545C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D545C is #82ABA3. Grayscale: #616161. Windows color (decimal): -8563620 or 6050941. OLE color: 6050941.
HSL color Cylindrical-coordinate representation of color #7D545C: hue angle of 348.29º degrees, saturation: 0.2, 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 #7D545C is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 84 | 92 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.51 |
| HSL | 348.29º | 0.2% | 0.41% | - |
| HSV(B) | 348.29º | 0.33% | 0.49% | - |
| XYZ | 13.56 | 11.47 | 11.63 | - |
| YUV | 97.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 84 | 92 | 0 | 0.33 | 0.26 | 0.51 | 348.29 | 0.2 | 0.41 |
| Hex | 7D | 54 | 5C | 0 | 21 | 1A | 33 | 15C | 14 | 29 |
| Octal | 175 | 124 | 134 | 0 | 41 | 32 | 63 | 534 | 24 | 51 |
| Binary | 1111101 | 1010100 | 1011100 | 0 | 100001 | 11010 | 110011 | 101011100 | 10100 | 101001 |
Color Harmonies of #7D545C
Complementary color
Monochromatic Colors of #7D545C
Black with #7D545C
Text Example
Text Example
White with #7D545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D545C; }
p { color: rgb(125,84,92); }
H1.HeaderClassName
{
color: #7D545C;
}
.AnyTagClassName
{
color: #7D545C;
}
</style>
background-color css
<style>
a { background-color: #7D545C; }
a { background-color: rgb(125,84,92); }
div.DivClassName
{
background-color: #7D545C;
}
.BgClassName
{
background-color: #7D545C;
}
</style>
border-color css
<style>
span { border-color: #7D545C; }
span { border-color: rgb(125,84,92); }
td.TdClassName
{
border-color: #7D545C;
}
.TagClassName
{
border-color: #7D545C;
}
</style>