Shades of Strikemaster #85727C
Tints of Strikemaster #85727C
RGB
CMYK
RGB Variations
Color information
#85727C (or 0x85727C) is known color: Strikemaster. HEX triplet: 85, 72 and 7C. RGB value is (133,114,124). Sum of RGB (Red+Green+Blue) = 133+114+124=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 133 - color contains mainly: red. Hex color #85727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85727C is #7A8D83. Grayscale: #787878. Windows color (decimal): -8031620 or 8155781. OLE color: 8155781.
HSL color Cylindrical-coordinate representation of color #85727C: hue angle of 328.42º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #85727C is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 114 | 124 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.48 |
| HSL | 328.42º | 0.08% | 0.48% | - |
| HSV(B) | 328.42º | 0.14% | 0.52% | - |
| XYZ | 19.33 | 18.48 | 21.62 | - |
| YUV | 120.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 114 | 124 | 0 | 0.14 | 0.07 | 0.48 | 328.42 | 0.08 | 0.48 |
| Hex | 85 | 72 | 7C | 0 | E | 7 | 30 | 148 | 8 | 30 |
| Octal | 205 | 162 | 174 | 0 | 16 | 7 | 60 | 510 | 10 | 60 |
| Binary | 10000101 | 1110010 | 1111100 | 0 | 1110 | 111 | 110000 | 101001000 | 1000 | 110000 |
Color Harmonies of #85727C
Complementary color
Monochromatic Colors of #85727C
Black with #85727C
Text Example
Text Example
White with #85727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85727C; }
p { color: rgb(133,114,124); }
H1.HeaderClassName
{
color: #85727C;
}
.AnyTagClassName
{
color: #85727C;
}
</style>
background-color css
<style>
a { background-color: #85727C; }
a { background-color: rgb(133,114,124); }
div.DivClassName
{
background-color: #85727C;
}
.BgClassName
{
background-color: #85727C;
}
</style>
border-color css
<style>
span { border-color: #85727C; }
span { border-color: rgb(133,114,124); }
td.TdClassName
{
border-color: #85727C;
}
.TagClassName
{
border-color: #85727C;
}
</style>