Shades of Falcon #7D5D60
Tints of Falcon #7D5D60
RGB
CMYK
RGB Variations
Color information
#7D5D60 (or 0x7D5D60) is known color: Falcon. HEX triplet: 7D, 5D and 60. RGB value is (125,93,96). Sum of RGB (Red+Green+Blue) = 125+93+96=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5D60 is #82A29F. Grayscale: #666666. Windows color (decimal): -8561312 or 6315389. OLE color: 6315389.
HSL color Cylindrical-coordinate representation of color #7D5D60: hue angle of 354.38º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D5D60 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 93 | 96 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.51 |
| HSL | 354.38º | 0.15% | 0.43% | - |
| HSV(B) | 354.38º | 0.26% | 0.49% | - |
| XYZ | 14.48 | 13.03 | 12.82 | - |
| YUV | 102.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 93 | 96 | 0 | 0.26 | 0.23 | 0.51 | 354.38 | 0.15 | 0.43 |
| Hex | 7D | 5D | 60 | 0 | 1A | 17 | 33 | 162 | F | 2B |
| Octal | 175 | 135 | 140 | 0 | 32 | 27 | 63 | 542 | 17 | 53 |
| Binary | 1111101 | 1011101 | 1100000 | 0 | 11010 | 10111 | 110011 | 101100010 | 1111 | 101011 |
Color Harmonies of #7D5D60
Complementary color
Monochromatic Colors of #7D5D60
Black with #7D5D60
Text Example
Text Example
White with #7D5D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5D60; }
p { color: rgb(125,93,96); }
H1.HeaderClassName
{
color: #7D5D60;
}
.AnyTagClassName
{
color: #7D5D60;
}
</style>
background-color css
<style>
a { background-color: #7D5D60; }
a { background-color: rgb(125,93,96); }
div.DivClassName
{
background-color: #7D5D60;
}
.BgClassName
{
background-color: #7D5D60;
}
</style>
border-color css
<style>
span { border-color: #7D5D60; }
span { border-color: rgb(125,93,96); }
td.TdClassName
{
border-color: #7D5D60;
}
.TagClassName
{
border-color: #7D5D60;
}
</style>