Shades of Stonewall #7D725F
Tints of Stonewall #7D725F
RGB
CMYK
RGB Variations
Color information
#7D725F (or 0x7D725F) is known color: Stonewall. HEX triplet: 7D, 72 and 5F. RGB value is (125,114,95). Sum of RGB (Red+Green+Blue) = 125+114+95=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 125 - color contains mainly: red. Hex color #7D725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D725F is #828DA0. Grayscale: #737373. Windows color (decimal): -8555937 or 6255229. OLE color: 6255229.
HSL color Cylindrical-coordinate representation of color #7D725F: hue angle of 38º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D725F is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 114 | 95 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.51 |
| HSL | 38º | 0.14% | 0.43% | - |
| HSV(B) | 38º | 0.24% | 0.49% | - |
| XYZ | 16.54 | 17.22 | 13.28 | - |
| YUV | 115.12 | 116.64 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 114 | 95 | 0 | 0.09 | 0.24 | 0.51 | 38 | 0.14 | 0.43 |
| Hex | 7D | 72 | 5F | 0 | 9 | 18 | 33 | 26 | E | 2B |
| Octal | 175 | 162 | 137 | 0 | 11 | 30 | 63 | 46 | 16 | 53 |
| Binary | 1111101 | 1110010 | 1011111 | 0 | 1001 | 11000 | 110011 | 100110 | 1110 | 101011 |
Color Harmonies of #7D725F
Complementary color
Monochromatic Colors of #7D725F
Black with #7D725F
Text Example
Text Example
White with #7D725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D725F; }
p { color: rgb(125,114,95); }
H1.HeaderClassName
{
color: #7D725F;
}
.AnyTagClassName
{
color: #7D725F;
}
</style>
background-color css
<style>
a { background-color: #7D725F; }
a { background-color: rgb(125,114,95); }
div.DivClassName
{
background-color: #7D725F;
}
.BgClassName
{
background-color: #7D725F;
}
</style>
border-color css
<style>
span { border-color: #7D725F; }
span { border-color: rgb(125,114,95); }
td.TdClassName
{
border-color: #7D725F;
}
.TagClassName
{
border-color: #7D725F;
}
</style>