Shades of Falcon #7D5B5D
Tints of Falcon #7D5B5D
RGB
CMYK
RGB Variations
Color information
#7D5B5D (or 0x7D5B5D) is known color: Falcon. HEX triplet: 7D, 5B and 5D. RGB value is (125,91,93). Sum of RGB (Red+Green+Blue) = 125+91+93=309 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.45% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5B5D is #82A4A2. Grayscale: #656565. Windows color (decimal): -8561827 or 6118269. OLE color: 6118269.
HSL color Cylindrical-coordinate representation of color #7D5B5D: hue angle of 356.47º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D5B5D is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 91 | 93 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.51 |
| HSL | 356.47º | 0.16% | 0.42% | - |
| HSV(B) | 356.47º | 0.27% | 0.49% | - |
| XYZ | 14.17 | 12.63 | 12.05 | - |
| YUV | 101.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 91 | 93 | 0 | 0.27 | 0.26 | 0.51 | 356.47 | 0.16 | 0.42 |
| Hex | 7D | 5B | 5D | 0 | 1B | 1A | 33 | 164 | 10 | 2A |
| Octal | 175 | 133 | 135 | 0 | 33 | 32 | 63 | 544 | 20 | 52 |
| Binary | 1111101 | 1011011 | 1011101 | 0 | 11011 | 11010 | 110011 | 101100100 | 10000 | 101010 |
Color Harmonies of #7D5B5D
Complementary color
Monochromatic Colors of #7D5B5D
Black with #7D5B5D
Text Example
Text Example
White with #7D5B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5B5D; }
p { color: rgb(125,91,93); }
H1.HeaderClassName
{
color: #7D5B5D;
}
.AnyTagClassName
{
color: #7D5B5D;
}
</style>
background-color css
<style>
a { background-color: #7D5B5D; }
a { background-color: rgb(125,91,93); }
div.DivClassName
{
background-color: #7D5B5D;
}
.BgClassName
{
background-color: #7D5B5D;
}
</style>
border-color css
<style>
span { border-color: #7D5B5D; }
span { border-color: rgb(125,91,93); }
td.TdClassName
{
border-color: #7D5B5D;
}
.TagClassName
{
border-color: #7D5B5D;
}
</style>