Shades of Stonewall #7F755D
Tints of Stonewall #7F755D
RGB
CMYK
RGB Variations
Color information
#7F755D (or 0x7F755D) is known color: Stonewall. HEX triplet: 7F, 75 and 5D. RGB value is (127,117,93). Sum of RGB (Red+Green+Blue) = 127+117+93=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 127 - color contains mainly: red. Hex color #7F755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F755D is #808AA2. Grayscale: #757575. Windows color (decimal): -8424099 or 6124927. OLE color: 6124927.
HSL color Cylindrical-coordinate representation of color #7F755D: hue angle of 42.35º 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 #7F755D is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 117 | 93 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.50 |
| HSL | 42.35º | 0.15% | 0.43% | - |
| HSV(B) | 42.35º | 0.27% | 0.5% | - |
| XYZ | 17.09 | 18.02 | 12.93 | - |
| YUV | 117.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 93 | 0 | 0.08 | 0.27 | 0.50 | 42.35 | 0.15 | 0.43 |
| Hex | 7F | 75 | 5D | 0 | 8 | 1B | 32 | 2A | F | 2B |
| Octal | 177 | 165 | 135 | 0 | 10 | 33 | 62 | 52 | 17 | 53 |
| Binary | 1111111 | 1110101 | 1011101 | 0 | 1000 | 11011 | 110010 | 101010 | 1111 | 101011 |
Color Harmonies of #7F755D
Complementary color
Monochromatic Colors of #7F755D
Black with #7F755D
Text Example
Text Example
White with #7F755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F755D; }
p { color: rgb(127,117,93); }
H1.HeaderClassName
{
color: #7F755D;
}
.AnyTagClassName
{
color: #7F755D;
}
</style>
background-color css
<style>
a { background-color: #7F755D; }
a { background-color: rgb(127,117,93); }
div.DivClassName
{
background-color: #7F755D;
}
.BgClassName
{
background-color: #7F755D;
}
</style>
border-color css
<style>
span { border-color: #7F755D; }
span { border-color: rgb(127,117,93); }
td.TdClassName
{
border-color: #7F755D;
}
.TagClassName
{
border-color: #7F755D;
}
</style>