Shades of Strikemaster #826876
Tints of Strikemaster #826876
RGB
CMYK
RGB Variations
Color information
#826876 (or 0x826876) is known color: Strikemaster. HEX triplet: 82, 68 and 76. RGB value is (130,104,118). Sum of RGB (Red+Green+Blue) = 130+104+118=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 130 - color contains mainly: red. Hex color #826876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826876 is #7D9789. Grayscale: #717171. Windows color (decimal): -8230794 or 7760002. OLE color: 7760002.
HSL color Cylindrical-coordinate representation of color #826876: hue angle of 327.69º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #826876 is Cyan = 0, Magento = 0.2, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 104 | 118 | - |
| CMYK | 0 | 0.2 | 0.09 | 0.49 |
| HSL | 327.69º | 0.11% | 0.46% | - |
| HSV(B) | 327.69º | 0.2% | 0.51% | - |
| XYZ | 17.43 | 15.95 | 19.3 | - |
| YUV | 113.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 104 | 118 | 0 | 0.2 | 0.09 | 0.49 | 327.69 | 0.11 | 0.46 |
| Hex | 82 | 68 | 76 | 0 | 14 | 9 | 31 | 148 | B | 2E |
| Octal | 202 | 150 | 166 | 0 | 24 | 11 | 61 | 510 | 13 | 56 |
| Binary | 10000010 | 1101000 | 1110110 | 0 | 10100 | 1001 | 110001 | 101001000 | 1011 | 101110 |
Color Harmonies of #826876
Complementary color
Monochromatic Colors of #826876
Black with #826876
Text Example
Text Example
White with #826876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826876; }
p { color: rgb(130,104,118); }
H1.HeaderClassName
{
color: #826876;
}
.AnyTagClassName
{
color: #826876;
}
</style>
background-color css
<style>
a { background-color: #826876; }
a { background-color: rgb(130,104,118); }
div.DivClassName
{
background-color: #826876;
}
.BgClassName
{
background-color: #826876;
}
</style>
border-color css
<style>
span { border-color: #826876; }
span { border-color: rgb(130,104,118); }
td.TdClassName
{
border-color: #826876;
}
.TagClassName
{
border-color: #826876;
}
</style>