Shades of Strikemaster #826A77
Tints of Strikemaster #826A77
RGB
CMYK
RGB Variations
Color information
#826A77 (or 0x826A77) is known color: Strikemaster. HEX triplet: 82, 6A and 77. RGB value is (130,106,119). Sum of RGB (Red+Green+Blue) = 130+106+119=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #826A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A77 is #7D9588. Grayscale: #727272. Windows color (decimal): -8230281 or 7826050. OLE color: 7826050.
HSL color Cylindrical-coordinate representation of color #826A77: hue angle of 327.5º 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 #826A77 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 106 | 119 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.49 |
| HSL | 327.5º | 0.1% | 0.46% | - |
| HSV(B) | 327.5º | 0.18% | 0.51% | - |
| XYZ | 17.69 | 16.39 | 19.68 | - |
| YUV | 114.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 119 | 0 | 0.18 | 0.08 | 0.49 | 327.5 | 0.1 | 0.46 |
| Hex | 82 | 6A | 77 | 0 | 12 | 8 | 31 | 148 | A | 2E |
| Octal | 202 | 152 | 167 | 0 | 22 | 10 | 61 | 510 | 12 | 56 |
| Binary | 10000010 | 1101010 | 1110111 | 0 | 10010 | 1000 | 110001 | 101001000 | 1010 | 101110 |
Color Harmonies of #826A77
Complementary color
Monochromatic Colors of #826A77
Black with #826A77
Text Example
Text Example
White with #826A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A77; }
p { color: rgb(130,106,119); }
H1.HeaderClassName
{
color: #826A77;
}
.AnyTagClassName
{
color: #826A77;
}
</style>
background-color css
<style>
a { background-color: #826A77; }
a { background-color: rgb(130,106,119); }
div.DivClassName
{
background-color: #826A77;
}
.BgClassName
{
background-color: #826A77;
}
</style>
border-color css
<style>
span { border-color: #826A77; }
span { border-color: rgb(130,106,119); }
td.TdClassName
{
border-color: #826A77;
}
.TagClassName
{
border-color: #826A77;
}
</style>