Shades of Strikemaster #85707A
Tints of Strikemaster #85707A
RGB
CMYK
RGB Variations
Color information
#85707A (or 0x85707A) is known color: Strikemaster. HEX triplet: 85, 70 and 7A. RGB value is (133,112,122). Sum of RGB (Red+Green+Blue) = 133+112+122=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 133 - color contains mainly: red. Hex color #85707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85707A is #7A8F85. Grayscale: #777777. Windows color (decimal): -8032134 or 8024197. OLE color: 8024197.
HSL color Cylindrical-coordinate representation of color #85707A: hue angle of 331.43º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #85707A is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 112 | 122 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.48 |
| HSL | 331.43º | 0.09% | 0.48% | - |
| HSV(B) | 331.43º | 0.16% | 0.52% | - |
| XYZ | 18.98 | 17.98 | 20.88 | - |
| YUV | 119.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 122 | 0 | 0.16 | 0.08 | 0.48 | 331.43 | 0.09 | 0.48 |
| Hex | 85 | 70 | 7A | 0 | 10 | 8 | 30 | 14B | 9 | 30 |
| Octal | 205 | 160 | 172 | 0 | 20 | 10 | 60 | 513 | 11 | 60 |
| Binary | 10000101 | 1110000 | 1111010 | 0 | 10000 | 1000 | 110000 | 101001011 | 1001 | 110000 |
Color Harmonies of #85707A
Complementary color
Monochromatic Colors of #85707A
Black with #85707A
Text Example
Text Example
White with #85707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85707A; }
p { color: rgb(133,112,122); }
H1.HeaderClassName
{
color: #85707A;
}
.AnyTagClassName
{
color: #85707A;
}
</style>
background-color css
<style>
a { background-color: #85707A; }
a { background-color: rgb(133,112,122); }
div.DivClassName
{
background-color: #85707A;
}
.BgClassName
{
background-color: #85707A;
}
</style>
border-color css
<style>
span { border-color: #85707A; }
span { border-color: rgb(133,112,122); }
td.TdClassName
{
border-color: #85707A;
}
.TagClassName
{
border-color: #85707A;
}
</style>