Shades of Falcon #7D6365
Tints of Falcon #7D6365
RGB
CMYK
RGB Variations
Color information
#7D6365 (or 0x7D6365) is known color: Falcon. HEX triplet: 7D, 63 and 65. RGB value is (125,99,101). Sum of RGB (Red+Green+Blue) = 125+99+101=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6365 is #829C9A. Grayscale: #6B6B6B. Windows color (decimal): -8559771 or 6644605. OLE color: 6644605.
HSL color Cylindrical-coordinate representation of color #7D6365: hue angle of 355.38º 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 #7D6365 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 99 | 101 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.51 |
| HSL | 355.38º | 0.12% | 0.44% | - |
| HSV(B) | 355.38º | 0.21% | 0.49% | - |
| XYZ | 15.27 | 14.22 | 14.25 | - |
| YUV | 107 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 99 | 101 | 0 | 0.21 | 0.19 | 0.51 | 355.38 | 0.12 | 0.44 |
| Hex | 7D | 63 | 65 | 0 | 15 | 13 | 33 | 163 | C | 2C |
| Octal | 175 | 143 | 145 | 0 | 25 | 23 | 63 | 543 | 14 | 54 |
| Binary | 1111101 | 1100011 | 1100101 | 0 | 10101 | 10011 | 110011 | 101100011 | 1100 | 101100 |
Color Harmonies of #7D6365
Complementary color
Monochromatic Colors of #7D6365
Black with #7D6365
Text Example
Text Example
White with #7D6365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6365; }
p { color: rgb(125,99,101); }
H1.HeaderClassName
{
color: #7D6365;
}
.AnyTagClassName
{
color: #7D6365;
}
</style>
background-color css
<style>
a { background-color: #7D6365; }
a { background-color: rgb(125,99,101); }
div.DivClassName
{
background-color: #7D6365;
}
.BgClassName
{
background-color: #7D6365;
}
</style>
border-color css
<style>
span { border-color: #7D6365; }
span { border-color: rgb(125,99,101); }
td.TdClassName
{
border-color: #7D6365;
}
.TagClassName
{
border-color: #7D6365;
}
</style>