Shades of Schist #828272
Tints of Schist #828272
RGB
CMYK
RGB Variations
Color information
#828272 (or 0x828272) is known color: Schist. HEX triplet: 82, 82 and 72. RGB value is (130,130,114). Sum of RGB (Red+Green+Blue) = 130+130+114=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828272 is #7D7D8D. Grayscale: #808080. Windows color (decimal): -8224142 or 7504514. OLE color: 7504514.
HSL color Cylindrical-coordinate representation of color #828272: hue angle of 60º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #828272 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 130 | 114 | - |
| CMYK | 0 | 0 | 0.12 | 0.49 |
| HSL | 60º | 0.07% | 0.48% | - |
| HSV(B) | 60º | 0.12% | 0.51% | - |
| XYZ | 20.23 | 21.93 | 19.09 | - |
| YUV | 128.18 | 120 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 114 | 0 | 0 | 0.12 | 0.49 | 60 | 0.07 | 0.48 |
| Hex | 82 | 82 | 72 | 0 | 0 | C | 31 | 3C | 7 | 30 |
| Octal | 202 | 202 | 162 | 0 | 0 | 14 | 61 | 74 | 7 | 60 |
| Binary | 10000010 | 10000010 | 1110010 | 0 | 0 | 1100 | 110001 | 111100 | 111 | 110000 |
Color Harmonies of #828272
Complementary color
Monochromatic Colors of #828272
Black with #828272
Text Example
Text Example
White with #828272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828272; }
p { color: rgb(130,130,114); }
H1.HeaderClassName
{
color: #828272;
}
.AnyTagClassName
{
color: #828272;
}
</style>
background-color css
<style>
a { background-color: #828272; }
a { background-color: rgb(130,130,114); }
div.DivClassName
{
background-color: #828272;
}
.BgClassName
{
background-color: #828272;
}
</style>
border-color css
<style>
span { border-color: #828272; }
span { border-color: rgb(130,130,114); }
td.TdClassName
{
border-color: #828272;
}
.TagClassName
{
border-color: #828272;
}
</style>