Shades of Strikemaster #836D77
Tints of Strikemaster #836D77
RGB
CMYK
RGB Variations
Color information
#836D77 (or 0x836D77) is known color: Strikemaster. HEX triplet: 83, 6D and 77. RGB value is (131,109,119). Sum of RGB (Red+Green+Blue) = 131+109+119=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 131 - color contains mainly: red. Hex color #836D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836D77 is #7C9288. Grayscale: #747474. Windows color (decimal): -8163977 or 7826819. OLE color: 7826819.
HSL color Cylindrical-coordinate representation of color #836D77: hue angle of 332.73º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #836D77 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 109 | 119 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.49 |
| HSL | 332.73º | 0.09% | 0.47% | - |
| HSV(B) | 332.73º | 0.17% | 0.51% | - |
| XYZ | 18.16 | 17.09 | 19.8 | - |
| YUV | 116.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 109 | 119 | 0 | 0.17 | 0.09 | 0.49 | 332.73 | 0.09 | 0.47 |
| Hex | 83 | 6D | 77 | 0 | 11 | 9 | 31 | 14D | 9 | 2F |
| Octal | 203 | 155 | 167 | 0 | 21 | 11 | 61 | 515 | 11 | 57 |
| Binary | 10000011 | 1101101 | 1110111 | 0 | 10001 | 1001 | 110001 | 101001101 | 1001 | 101111 |
Color Harmonies of #836D77
Complementary color
Monochromatic Colors of #836D77
Black with #836D77
Text Example
Text Example
White with #836D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836D77; }
p { color: rgb(131,109,119); }
H1.HeaderClassName
{
color: #836D77;
}
.AnyTagClassName
{
color: #836D77;
}
</style>
background-color css
<style>
a { background-color: #836D77; }
a { background-color: rgb(131,109,119); }
div.DivClassName
{
background-color: #836D77;
}
.BgClassName
{
background-color: #836D77;
}
</style>
border-color css
<style>
span { border-color: #836D77; }
span { border-color: rgb(131,109,119); }
td.TdClassName
{
border-color: #836D77;
}
.TagClassName
{
border-color: #836D77;
}
</style>