Shades of Strikemaster #855C77
Tints of Strikemaster #855C77
RGB
CMYK
RGB Variations
Color information
#855C77 (or 0x855C77) is known color: Strikemaster. HEX triplet: 85, 5C and 77. RGB value is (133,92,119). Sum of RGB (Red+Green+Blue) = 133+92+119=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #855C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C77 is #7AA388. Grayscale: #6B6B6B. Windows color (decimal): -8037257 or 7822469. OLE color: 7822469.
HSL color Cylindrical-coordinate representation of color #855C77: hue angle of 320.49º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #855C77 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 119 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.48 |
| HSL | 320.49º | 0.18% | 0.44% | - |
| HSV(B) | 320.49º | 0.31% | 0.52% | - |
| XYZ | 16.83 | 13.97 | 19.26 | - |
| YUV | 107.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 119 | 0 | 0.31 | 0.11 | 0.48 | 320.49 | 0.18 | 0.44 |
| Hex | 85 | 5C | 77 | 0 | 1F | B | 30 | 140 | 12 | 2C |
| Octal | 205 | 134 | 167 | 0 | 37 | 13 | 60 | 500 | 22 | 54 |
| Binary | 10000101 | 1011100 | 1110111 | 0 | 11111 | 1011 | 110000 | 101000000 | 10010 | 101100 |
Color Harmonies of #855C77
Complementary color
Monochromatic Colors of #855C77
Black with #855C77
Text Example
Text Example
White with #855C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C77; }
p { color: rgb(133,92,119); }
H1.HeaderClassName
{
color: #855C77;
}
.AnyTagClassName
{
color: #855C77;
}
</style>
background-color css
<style>
a { background-color: #855C77; }
a { background-color: rgb(133,92,119); }
div.DivClassName
{
background-color: #855C77;
}
.BgClassName
{
background-color: #855C77;
}
</style>
border-color css
<style>
span { border-color: #855C77; }
span { border-color: rgb(133,92,119); }
td.TdClassName
{
border-color: #855C77;
}
.TagClassName
{
border-color: #855C77;
}
</style>