Shades of Stonewall #7D765F
Tints of Stonewall #7D765F
RGB
CMYK
RGB Variations
Color information
#7D765F (or 0x7D765F) is known color: Stonewall. HEX triplet: 7D, 76 and 5F. RGB value is (125,118,95). Sum of RGB (Red+Green+Blue) = 125+118+95=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 125 - color contains mainly: red. Hex color #7D765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D765F is #8289A0. Grayscale: #757575. Windows color (decimal): -8554913 or 6256253. OLE color: 6256253.
HSL color Cylindrical-coordinate representation of color #7D765F: hue angle of 46º 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 #7D765F is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 118 | 95 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.51 |
| HSL | 46º | 0.14% | 0.43% | - |
| HSV(B) | 46º | 0.24% | 0.49% | - |
| XYZ | 17 | 18.14 | 13.43 | - |
| YUV | 117.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 118 | 95 | 0 | 0.06 | 0.24 | 0.51 | 46 | 0.14 | 0.43 |
| Hex | 7D | 76 | 5F | 0 | 6 | 18 | 33 | 2E | E | 2B |
| Octal | 175 | 166 | 137 | 0 | 6 | 30 | 63 | 56 | 16 | 53 |
| Binary | 1111101 | 1110110 | 1011111 | 0 | 110 | 11000 | 110011 | 101110 | 1110 | 101011 |
Color Harmonies of #7D765F
Complementary color
Monochromatic Colors of #7D765F
Black with #7D765F
Text Example
Text Example
White with #7D765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D765F; }
p { color: rgb(125,118,95); }
H1.HeaderClassName
{
color: #7D765F;
}
.AnyTagClassName
{
color: #7D765F;
}
</style>
background-color css
<style>
a { background-color: #7D765F; }
a { background-color: rgb(125,118,95); }
div.DivClassName
{
background-color: #7D765F;
}
.BgClassName
{
background-color: #7D765F;
}
</style>
border-color css
<style>
span { border-color: #7D765F; }
span { border-color: rgb(125,118,95); }
td.TdClassName
{
border-color: #7D765F;
}
.TagClassName
{
border-color: #7D765F;
}
</style>