Shades of Strikemaster #83707A
Tints of Strikemaster #83707A
RGB
CMYK
RGB Variations
Color information
#83707A (or 0x83707A) is known color: Strikemaster. HEX triplet: 83, 70 and 7A. RGB value is (131,112,122). Sum of RGB (Red+Green+Blue) = 131+112+122=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 131 - color contains mainly: red. Hex color #83707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83707A is #7C8F85. Grayscale: #767676. Windows color (decimal): -8163206 or 8024195. OLE color: 8024195.
HSL color Cylindrical-coordinate representation of color #83707A: hue angle of 328.42º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83707A is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 112 | 122 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.49 |
| HSL | 328.42º | 0.08% | 0.48% | - |
| HSV(B) | 328.42º | 0.15% | 0.51% | - |
| XYZ | 18.67 | 17.82 | 20.87 | - |
| YUV | 118.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 112 | 122 | 0 | 0.15 | 0.07 | 0.49 | 328.42 | 0.08 | 0.48 |
| Hex | 83 | 70 | 7A | 0 | F | 7 | 31 | 148 | 8 | 30 |
| Octal | 203 | 160 | 172 | 0 | 17 | 7 | 61 | 510 | 10 | 60 |
| Binary | 10000011 | 1110000 | 1111010 | 0 | 1111 | 111 | 110001 | 101001000 | 1000 | 110000 |
Color Harmonies of #83707A
Complementary color
Monochromatic Colors of #83707A
Black with #83707A
Text Example
Text Example
White with #83707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83707A; }
p { color: rgb(131,112,122); }
H1.HeaderClassName
{
color: #83707A;
}
.AnyTagClassName
{
color: #83707A;
}
</style>
background-color css
<style>
a { background-color: #83707A; }
a { background-color: rgb(131,112,122); }
div.DivClassName
{
background-color: #83707A;
}
.BgClassName
{
background-color: #83707A;
}
</style>
border-color css
<style>
span { border-color: #83707A; }
span { border-color: rgb(131,112,122); }
td.TdClassName
{
border-color: #83707A;
}
.TagClassName
{
border-color: #83707A;
}
</style>