Shades of Stonewall #80755D
Tints of Stonewall #80755D
RGB
CMYK
RGB Variations
Color information
#80755D (or 0x80755D) is known color: Stonewall. HEX triplet: 80, 75 and 5D. RGB value is (128,117,93). Sum of RGB (Red+Green+Blue) = 128+117+93=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #80755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80755D is #7F8AA2. Grayscale: #757575. Windows color (decimal): -8358563 or 6124928. OLE color: 6124928.
HSL color Cylindrical-coordinate representation of color #80755D: hue angle of 41.14º degrees, saturation: 0.16, 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 #80755D is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 117 | 93 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.50 |
| HSL | 41.14º | 0.16% | 0.43% | - |
| HSV(B) | 41.14º | 0.27% | 0.5% | - |
| XYZ | 17.24 | 18.1 | 12.94 | - |
| YUV | 117.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 93 | 0 | 0.09 | 0.27 | 0.50 | 41.14 | 0.16 | 0.43 |
| Hex | 80 | 75 | 5D | 0 | 9 | 1B | 32 | 29 | 10 | 2B |
| Octal | 200 | 165 | 135 | 0 | 11 | 33 | 62 | 51 | 20 | 53 |
| Binary | 10000000 | 1110101 | 1011101 | 0 | 1001 | 11011 | 110010 | 101001 | 10000 | 101011 |
Color Harmonies of #80755D
Complementary color
Monochromatic Colors of #80755D
Black with #80755D
Text Example
Text Example
White with #80755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80755D; }
p { color: rgb(128,117,93); }
H1.HeaderClassName
{
color: #80755D;
}
.AnyTagClassName
{
color: #80755D;
}
</style>
background-color css
<style>
a { background-color: #80755D; }
a { background-color: rgb(128,117,93); }
div.DivClassName
{
background-color: #80755D;
}
.BgClassName
{
background-color: #80755D;
}
</style>
border-color css
<style>
span { border-color: #80755D; }
span { border-color: rgb(128,117,93); }
td.TdClassName
{
border-color: #80755D;
}
.TagClassName
{
border-color: #80755D;
}
</style>