Shades of Falcon #7D6364
Tints of Falcon #7D6364
RGB
CMYK
RGB Variations
Color information
#7D6364 (or 0x7D6364) is known color: Falcon. HEX triplet: 7D, 63 and 64. RGB value is (125,99,100). Sum of RGB (Red+Green+Blue) = 125+99+100=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6364 is #829C9B. Grayscale: #6A6A6A. Windows color (decimal): -8559772 or 6579069. OLE color: 6579069.
HSL color Cylindrical-coordinate representation of color #7D6364: hue angle of 357.69º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D6364 is Cyan = 0, Magento = 0.21, Yellow = 0.2 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 99 | 100 | - |
| CMYK | 0 | 0.21 | 0.2 | 0.51 |
| HSL | 357.69º | 0.12% | 0.44% | - |
| HSV(B) | 357.69º | 0.21% | 0.49% | - |
| XYZ | 15.22 | 14.2 | 14 | - |
| YUV | 106.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 99 | 100 | 0 | 0.21 | 0.2 | 0.51 | 357.69 | 0.12 | 0.44 |
| Hex | 7D | 63 | 64 | 0 | 15 | 14 | 33 | 166 | C | 2C |
| Octal | 175 | 143 | 144 | 0 | 25 | 24 | 63 | 546 | 14 | 54 |
| Binary | 1111101 | 1100011 | 1100100 | 0 | 10101 | 10100 | 110011 | 101100110 | 1100 | 101100 |
Color Harmonies of #7D6364
Complementary color
Monochromatic Colors of #7D6364
Black with #7D6364
Text Example
Text Example
White with #7D6364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6364; }
p { color: rgb(125,99,100); }
H1.HeaderClassName
{
color: #7D6364;
}
.AnyTagClassName
{
color: #7D6364;
}
</style>
background-color css
<style>
a { background-color: #7D6364; }
a { background-color: rgb(125,99,100); }
div.DivClassName
{
background-color: #7D6364;
}
.BgClassName
{
background-color: #7D6364;
}
</style>
border-color css
<style>
span { border-color: #7D6364; }
span { border-color: rgb(125,99,100); }
td.TdClassName
{
border-color: #7D6364;
}
.TagClassName
{
border-color: #7D6364;
}
</style>