Shades of Stonewall #7F735D
Tints of Stonewall #7F735D
RGB
CMYK
RGB Variations
Color information
#7F735D (or 0x7F735D) is known color: Stonewall. HEX triplet: 7F, 73 and 5D. RGB value is (127,115,93). Sum of RGB (Red+Green+Blue) = 127+115+93=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 127 - color contains mainly: red. Hex color #7F735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F735D is #808CA2. Grayscale: #747474. Windows color (decimal): -8424611 or 6124415. OLE color: 6124415.
HSL color Cylindrical-coordinate representation of color #7F735D: hue angle of 38.82º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F735D is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 115 | 93 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.50 |
| HSL | 38.82º | 0.15% | 0.43% | - |
| HSV(B) | 38.82º | 0.27% | 0.5% | - |
| XYZ | 16.86 | 17.56 | 12.86 | - |
| YUV | 116.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 93 | 0 | 0.09 | 0.27 | 0.50 | 38.82 | 0.15 | 0.43 |
| Hex | 7F | 73 | 5D | 0 | 9 | 1B | 32 | 27 | F | 2B |
| Octal | 177 | 163 | 135 | 0 | 11 | 33 | 62 | 47 | 17 | 53 |
| Binary | 1111111 | 1110011 | 1011101 | 0 | 1001 | 11011 | 110010 | 100111 | 1111 | 101011 |
Color Harmonies of #7F735D
Complementary color
Monochromatic Colors of #7F735D
Black with #7F735D
Text Example
Text Example
White with #7F735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F735D; }
p { color: rgb(127,115,93); }
H1.HeaderClassName
{
color: #7F735D;
}
.AnyTagClassName
{
color: #7F735D;
}
</style>
background-color css
<style>
a { background-color: #7F735D; }
a { background-color: rgb(127,115,93); }
div.DivClassName
{
background-color: #7F735D;
}
.BgClassName
{
background-color: #7F735D;
}
</style>
border-color css
<style>
span { border-color: #7F735D; }
span { border-color: rgb(127,115,93); }
td.TdClassName
{
border-color: #7F735D;
}
.TagClassName
{
border-color: #7F735D;
}
</style>