Shades of Falcon #7D6265
Tints of Falcon #7D6265
RGB
CMYK
RGB Variations
Color information
#7D6265 (or 0x7D6265) is known color: Falcon. HEX triplet: 7D, 62 and 65. RGB value is (125,98,101). Sum of RGB (Red+Green+Blue) = 125+98+101=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6265 is #829D9A. Grayscale: #6A6A6A. Windows color (decimal): -8560027 or 6644349. OLE color: 6644349.
HSL color Cylindrical-coordinate representation of color #7D6265: hue angle of 353.33º 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 #7D6265 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 98 | 101 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.51 |
| HSL | 353.33º | 0.12% | 0.44% | - |
| HSV(B) | 353.33º | 0.22% | 0.49% | - |
| XYZ | 15.17 | 14.03 | 14.22 | - |
| YUV | 106.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 101 | 0 | 0.22 | 0.19 | 0.51 | 353.33 | 0.12 | 0.44 |
| Hex | 7D | 62 | 65 | 0 | 16 | 13 | 33 | 161 | C | 2C |
| Octal | 175 | 142 | 145 | 0 | 26 | 23 | 63 | 541 | 14 | 54 |
| Binary | 1111101 | 1100010 | 1100101 | 0 | 10110 | 10011 | 110011 | 101100001 | 1100 | 101100 |
Color Harmonies of #7D6265
Complementary color
Monochromatic Colors of #7D6265
Black with #7D6265
Text Example
Text Example
White with #7D6265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6265; }
p { color: rgb(125,98,101); }
H1.HeaderClassName
{
color: #7D6265;
}
.AnyTagClassName
{
color: #7D6265;
}
</style>
background-color css
<style>
a { background-color: #7D6265; }
a { background-color: rgb(125,98,101); }
div.DivClassName
{
background-color: #7D6265;
}
.BgClassName
{
background-color: #7D6265;
}
</style>
border-color css
<style>
span { border-color: #7D6265; }
span { border-color: rgb(125,98,101); }
td.TdClassName
{
border-color: #7D6265;
}
.TagClassName
{
border-color: #7D6265;
}
</style>