Shades of Stonewall #7D7465
Tints of Stonewall #7D7465
RGB
CMYK
RGB Variations
Color information
#7D7465 (or 0x7D7465) is known color: Stonewall. HEX triplet: 7D, 74 and 65. RGB value is (125,116,101). Sum of RGB (Red+Green+Blue) = 125+116+101=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7465 is #828B9A. Grayscale: #757575. Windows color (decimal): -8555419 or 6648957. OLE color: 6648957.
HSL color Cylindrical-coordinate representation of color #7D7465: hue angle of 37.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D7465 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 116 | 101 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.51 |
| HSL | 37.5º | 0.11% | 0.44% | - |
| HSV(B) | 37.5º | 0.19% | 0.49% | - |
| XYZ | 17.05 | 17.79 | 14.85 | - |
| YUV | 116.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 116 | 101 | 0 | 0.07 | 0.19 | 0.51 | 37.5 | 0.11 | 0.44 |
| Hex | 7D | 74 | 65 | 0 | 7 | 13 | 33 | 26 | B | 2C |
| Octal | 175 | 164 | 145 | 0 | 7 | 23 | 63 | 46 | 13 | 54 |
| Binary | 1111101 | 1110100 | 1100101 | 0 | 111 | 10011 | 110011 | 100110 | 1011 | 101100 |
Color Harmonies of #7D7465
Complementary color
Monochromatic Colors of #7D7465
Black with #7D7465
Text Example
Text Example
White with #7D7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7465; }
p { color: rgb(125,116,101); }
H1.HeaderClassName
{
color: #7D7465;
}
.AnyTagClassName
{
color: #7D7465;
}
</style>
background-color css
<style>
a { background-color: #7D7465; }
a { background-color: rgb(125,116,101); }
div.DivClassName
{
background-color: #7D7465;
}
.BgClassName
{
background-color: #7D7465;
}
</style>
border-color css
<style>
span { border-color: #7D7465; }
span { border-color: rgb(125,116,101); }
td.TdClassName
{
border-color: #7D7465;
}
.TagClassName
{
border-color: #7D7465;
}
</style>