Shades of Strikemaster #826F79
Tints of Strikemaster #826F79
RGB
CMYK
RGB Variations
Color information
#826F79 (or 0x826F79) is known color: Strikemaster. HEX triplet: 82, 6F and 79. RGB value is (130,111,121). Sum of RGB (Red+Green+Blue) = 130+111+121=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #826F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F79 is #7D9086. Grayscale: #757575. Windows color (decimal): -8228999 or 7958402. OLE color: 7958402.
HSL color Cylindrical-coordinate representation of color #826F79: hue angle of 328.42º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #826F79 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 111 | 121 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.49 |
| HSL | 328.42º | 0.08% | 0.47% | - |
| HSV(B) | 328.42º | 0.15% | 0.51% | - |
| XYZ | 18.34 | 17.5 | 20.5 | - |
| YUV | 117.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 121 | 0 | 0.15 | 0.07 | 0.49 | 328.42 | 0.08 | 0.47 |
| Hex | 82 | 6F | 79 | 0 | F | 7 | 31 | 148 | 8 | 2F |
| Octal | 202 | 157 | 171 | 0 | 17 | 7 | 61 | 510 | 10 | 57 |
| Binary | 10000010 | 1101111 | 1111001 | 0 | 1111 | 111 | 110001 | 101001000 | 1000 | 101111 |
Color Harmonies of #826F79
Complementary color
Monochromatic Colors of #826F79
Black with #826F79
Text Example
Text Example
White with #826F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826F79; }
p { color: rgb(130,111,121); }
H1.HeaderClassName
{
color: #826F79;
}
.AnyTagClassName
{
color: #826F79;
}
</style>
background-color css
<style>
a { background-color: #826F79; }
a { background-color: rgb(130,111,121); }
div.DivClassName
{
background-color: #826F79;
}
.BgClassName
{
background-color: #826F79;
}
</style>
border-color css
<style>
span { border-color: #826F79; }
span { border-color: rgb(130,111,121); }
td.TdClassName
{
border-color: #826F79;
}
.TagClassName
{
border-color: #826F79;
}
</style>