Shades of Falcon #7D6264
Tints of Falcon #7D6264
RGB
CMYK
RGB Variations
Color information
#7D6264 (or 0x7D6264) is known color: Falcon. HEX triplet: 7D, 62 and 64. RGB value is (125,98,100). Sum of RGB (Red+Green+Blue) = 125+98+100=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6264 is #829D9B. Grayscale: #6A6A6A. Windows color (decimal): -8560028 or 6578813. OLE color: 6578813.
HSL color Cylindrical-coordinate representation of color #7D6264: hue angle of 355.56º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D6264 is Cyan = 0, Magento = 0.22, Yellow = 0.2 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 98 | 100 | - |
| CMYK | 0 | 0.22 | 0.2 | 0.51 |
| HSL | 355.56º | 0.12% | 0.44% | - |
| HSV(B) | 355.56º | 0.22% | 0.49% | - |
| XYZ | 15.13 | 14.02 | 13.96 | - |
| YUV | 106.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 100 | 0 | 0.22 | 0.2 | 0.51 | 355.56 | 0.12 | 0.44 |
| Hex | 7D | 62 | 64 | 0 | 16 | 14 | 33 | 164 | C | 2C |
| Octal | 175 | 142 | 144 | 0 | 26 | 24 | 63 | 544 | 14 | 54 |
| Binary | 1111101 | 1100010 | 1100100 | 0 | 10110 | 10100 | 110011 | 101100100 | 1100 | 101100 |
Color Harmonies of #7D6264
Complementary color
Monochromatic Colors of #7D6264
Black with #7D6264
Text Example
Text Example
White with #7D6264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6264; }
p { color: rgb(125,98,100); }
H1.HeaderClassName
{
color: #7D6264;
}
.AnyTagClassName
{
color: #7D6264;
}
</style>
background-color css
<style>
a { background-color: #7D6264; }
a { background-color: rgb(125,98,100); }
div.DivClassName
{
background-color: #7D6264;
}
.BgClassName
{
background-color: #7D6264;
}
</style>
border-color css
<style>
span { border-color: #7D6264; }
span { border-color: rgb(125,98,100); }
td.TdClassName
{
border-color: #7D6264;
}
.TagClassName
{
border-color: #7D6264;
}
</style>