Shades of Stonewall #82775C
Tints of Stonewall #82775C
RGB
CMYK
RGB Variations
Color information
#82775C (or 0x82775C) is known color: Stonewall. HEX triplet: 82, 77 and 5C. RGB value is (130,119,92). Sum of RGB (Red+Green+Blue) = 130+119+92=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #82775C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82775C is #7D88A3. Grayscale: #777777. Windows color (decimal): -8226980 or 6059906. OLE color: 6059906.
HSL color Cylindrical-coordinate representation of color #82775C: hue angle of 42.63º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82775C is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 119 | 92 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.49 |
| HSL | 42.63º | 0.17% | 0.44% | - |
| HSV(B) | 42.63º | 0.29% | 0.51% | - |
| XYZ | 17.73 | 18.71 | 12.8 | - |
| YUV | 119.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 119 | 92 | 0 | 0.08 | 0.29 | 0.49 | 42.63 | 0.17 | 0.44 |
| Hex | 82 | 77 | 5C | 0 | 8 | 1D | 31 | 2B | 11 | 2C |
| Octal | 202 | 167 | 134 | 0 | 10 | 35 | 61 | 53 | 21 | 54 |
| Binary | 10000010 | 1110111 | 1011100 | 0 | 1000 | 11101 | 110001 | 101011 | 10001 | 101100 |
Color Harmonies of #82775C
Complementary color
Monochromatic Colors of #82775C
Black with #82775C
Text Example
Text Example
White with #82775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82775C; }
p { color: rgb(130,119,92); }
H1.HeaderClassName
{
color: #82775C;
}
.AnyTagClassName
{
color: #82775C;
}
</style>
background-color css
<style>
a { background-color: #82775C; }
a { background-color: rgb(130,119,92); }
div.DivClassName
{
background-color: #82775C;
}
.BgClassName
{
background-color: #82775C;
}
</style>
border-color css
<style>
span { border-color: #82775C; }
span { border-color: rgb(130,119,92); }
td.TdClassName
{
border-color: #82775C;
}
.TagClassName
{
border-color: #82775C;
}
</style>