Shades of Strikemaster #856077
Tints of Strikemaster #856077
RGB
CMYK
RGB Variations
Color information
#856077 (or 0x856077) is known color: Strikemaster. HEX triplet: 85, 60 and 77. RGB value is (133,96,119). Sum of RGB (Red+Green+Blue) = 133+96+119=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #856077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856077 is #7A9F88. Grayscale: #6D6D6D. Windows color (decimal): -8036233 or 7823493. OLE color: 7823493.
HSL color Cylindrical-coordinate representation of color #856077: hue angle of 322.7º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #856077 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 96 | 119 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.48 |
| HSL | 322.7º | 0.16% | 0.45% | - |
| HSV(B) | 322.7º | 0.28% | 0.52% | - |
| XYZ | 17.19 | 14.68 | 19.38 | - |
| YUV | 109.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 119 | 0 | 0.28 | 0.11 | 0.48 | 322.7 | 0.16 | 0.45 |
| Hex | 85 | 60 | 77 | 0 | 1C | B | 30 | 143 | 10 | 2D |
| Octal | 205 | 140 | 167 | 0 | 34 | 13 | 60 | 503 | 20 | 55 |
| Binary | 10000101 | 1100000 | 1110111 | 0 | 11100 | 1011 | 110000 | 101000011 | 10000 | 101101 |
Color Harmonies of #856077
Complementary color
Monochromatic Colors of #856077
Black with #856077
Text Example
Text Example
White with #856077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856077; }
p { color: rgb(133,96,119); }
H1.HeaderClassName
{
color: #856077;
}
.AnyTagClassName
{
color: #856077;
}
</style>
background-color css
<style>
a { background-color: #856077; }
a { background-color: rgb(133,96,119); }
div.DivClassName
{
background-color: #856077;
}
.BgClassName
{
background-color: #856077;
}
</style>
border-color css
<style>
span { border-color: #856077; }
span { border-color: rgb(133,96,119); }
td.TdClassName
{
border-color: #856077;
}
.TagClassName
{
border-color: #856077;
}
</style>