Shades of Stonewall #80765C
Tints of Stonewall #80765C
RGB
CMYK
RGB Variations
Color information
#80765C (or 0x80765C) is known color: Stonewall. HEX triplet: 80, 76 and 5C. RGB value is (128,118,92). Sum of RGB (Red+Green+Blue) = 128+118+92=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #80765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80765C is #7F89A3. Grayscale: #767676. Windows color (decimal): -8358308 or 6059648. OLE color: 6059648.
HSL color Cylindrical-coordinate representation of color #80765C: hue angle of 43.33º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80765C is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 118 | 92 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.50 |
| HSL | 43.33º | 0.16% | 0.43% | - |
| HSV(B) | 43.33º | 0.28% | 0.5% | - |
| XYZ | 17.31 | 18.32 | 12.75 | - |
| YUV | 118.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 92 | 0 | 0.08 | 0.28 | 0.50 | 43.33 | 0.16 | 0.43 |
| Hex | 80 | 76 | 5C | 0 | 8 | 1C | 32 | 2B | 10 | 2B |
| Octal | 200 | 166 | 134 | 0 | 10 | 34 | 62 | 53 | 20 | 53 |
| Binary | 10000000 | 1110110 | 1011100 | 0 | 1000 | 11100 | 110010 | 101011 | 10000 | 101011 |
Color Harmonies of #80765C
Complementary color
Monochromatic Colors of #80765C
Black with #80765C
Text Example
Text Example
White with #80765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80765C; }
p { color: rgb(128,118,92); }
H1.HeaderClassName
{
color: #80765C;
}
.AnyTagClassName
{
color: #80765C;
}
</style>
background-color css
<style>
a { background-color: #80765C; }
a { background-color: rgb(128,118,92); }
div.DivClassName
{
background-color: #80765C;
}
.BgClassName
{
background-color: #80765C;
}
</style>
border-color css
<style>
span { border-color: #80765C; }
span { border-color: rgb(128,118,92); }
td.TdClassName
{
border-color: #80765C;
}
.TagClassName
{
border-color: #80765C;
}
</style>