Shades of Strikemaster #835B76
Tints of Strikemaster #835B76
RGB
CMYK
RGB Variations
Color information
#835B76 (or 0x835B76) is known color: Strikemaster. HEX triplet: 83, 5B and 76. RGB value is (131,91,118). Sum of RGB (Red+Green+Blue) = 131+91+118=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 131 - color contains mainly: red. Hex color #835B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B76 is #7CA489. Grayscale: #696969. Windows color (decimal): -8168586 or 7756675. OLE color: 7756675.
HSL color Cylindrical-coordinate representation of color #835B76: hue angle of 319.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #835B76 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 91 | 118 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.49 |
| HSL | 319.5º | 0.18% | 0.44% | - |
| HSV(B) | 319.5º | 0.31% | 0.51% | - |
| XYZ | 16.37 | 13.62 | 18.9 | - |
| YUV | 106.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 118 | 0 | 0.31 | 0.10 | 0.49 | 319.5 | 0.18 | 0.44 |
| Hex | 83 | 5B | 76 | 0 | 1F | A | 31 | 140 | 12 | 2C |
| Octal | 203 | 133 | 166 | 0 | 37 | 12 | 61 | 500 | 22 | 54 |
| Binary | 10000011 | 1011011 | 1110110 | 0 | 11111 | 1010 | 110001 | 101000000 | 10010 | 101100 |
Color Harmonies of #835B76
Complementary color
Monochromatic Colors of #835B76
Black with #835B76
Text Example
Text Example
White with #835B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835B76; }
p { color: rgb(131,91,118); }
H1.HeaderClassName
{
color: #835B76;
}
.AnyTagClassName
{
color: #835B76;
}
</style>
background-color css
<style>
a { background-color: #835B76; }
a { background-color: rgb(131,91,118); }
div.DivClassName
{
background-color: #835B76;
}
.BgClassName
{
background-color: #835B76;
}
</style>
border-color css
<style>
span { border-color: #835B76; }
span { border-color: rgb(131,91,118); }
td.TdClassName
{
border-color: #835B76;
}
.TagClassName
{
border-color: #835B76;
}
</style>