Shades of Stonewall #7D7260
Tints of Stonewall #7D7260
RGB
CMYK
RGB Variations
Color information
#7D7260 (or 0x7D7260) is known color: Stonewall. HEX triplet: 7D, 72 and 60. RGB value is (125,114,96). Sum of RGB (Red+Green+Blue) = 125+114+96=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7260 is #828D9F. Grayscale: #737373. Windows color (decimal): -8555936 or 6320765. OLE color: 6320765.
HSL color Cylindrical-coordinate representation of color #7D7260: hue angle of 37.24º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7D7260 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 114 | 96 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.51 |
| HSL | 37.24º | 0.13% | 0.43% | - |
| HSV(B) | 37.24º | 0.23% | 0.49% | - |
| XYZ | 16.59 | 17.24 | 13.52 | - |
| YUV | 115.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 114 | 96 | 0 | 0.09 | 0.23 | 0.51 | 37.24 | 0.13 | 0.43 |
| Hex | 7D | 72 | 60 | 0 | 9 | 17 | 33 | 25 | D | 2B |
| Octal | 175 | 162 | 140 | 0 | 11 | 27 | 63 | 45 | 15 | 53 |
| Binary | 1111101 | 1110010 | 1100000 | 0 | 1001 | 10111 | 110011 | 100101 | 1101 | 101011 |
Color Harmonies of #7D7260
Complementary color
Monochromatic Colors of #7D7260
Black with #7D7260
Text Example
Text Example
White with #7D7260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7260; }
p { color: rgb(125,114,96); }
H1.HeaderClassName
{
color: #7D7260;
}
.AnyTagClassName
{
color: #7D7260;
}
</style>
background-color css
<style>
a { background-color: #7D7260; }
a { background-color: rgb(125,114,96); }
div.DivClassName
{
background-color: #7D7260;
}
.BgClassName
{
background-color: #7D7260;
}
</style>
border-color css
<style>
span { border-color: #7D7260; }
span { border-color: rgb(125,114,96); }
td.TdClassName
{
border-color: #7D7260;
}
.TagClassName
{
border-color: #7D7260;
}
</style>