Shades of Schist #82826A
Tints of Schist #82826A
RGB
CMYK
RGB Variations
Color information
#82826A (or 0x82826A) is known color: Schist. HEX triplet: 82, 82 and 6A. RGB value is (130,130,106). Sum of RGB (Red+Green+Blue) = 130+130+106=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82826A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82826A is #7D7D95. Grayscale: #7F7F7F. Windows color (decimal): -8224150 or 6980226. OLE color: 6980226.
HSL color Cylindrical-coordinate representation of color #82826A: hue angle of 60º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82826A is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 130 | 106 | - |
| CMYK | 0 | 0 | 0.18 | 0.49 |
| HSL | 60º | 0.1% | 0.46% | - |
| HSV(B) | 60º | 0.18% | 0.51% | - |
| XYZ | 19.79 | 21.75 | 16.79 | - |
| YUV | 127.26 | 116 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 106 | 0 | 0 | 0.18 | 0.49 | 60 | 0.1 | 0.46 |
| Hex | 82 | 82 | 6A | 0 | 0 | 12 | 31 | 3C | A | 2E |
| Octal | 202 | 202 | 152 | 0 | 0 | 22 | 61 | 74 | 12 | 56 |
| Binary | 10000010 | 10000010 | 1101010 | 0 | 0 | 10010 | 110001 | 111100 | 1010 | 101110 |
Color Harmonies of #82826A
Complementary color
Monochromatic Colors of #82826A
Black with #82826A
Text Example
Text Example
White with #82826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82826A; }
p { color: rgb(130,130,106); }
H1.HeaderClassName
{
color: #82826A;
}
.AnyTagClassName
{
color: #82826A;
}
</style>
background-color css
<style>
a { background-color: #82826A; }
a { background-color: rgb(130,130,106); }
div.DivClassName
{
background-color: #82826A;
}
.BgClassName
{
background-color: #82826A;
}
</style>
border-color css
<style>
span { border-color: #82826A; }
span { border-color: rgb(130,130,106); }
td.TdClassName
{
border-color: #82826A;
}
.TagClassName
{
border-color: #82826A;
}
</style>