Shades of Strikemaster #855C74
Tints of Strikemaster #855C74
RGB
CMYK
RGB Variations
Color information
#855C74 (or 0x855C74) is known color: Strikemaster. HEX triplet: 85, 5C and 74. RGB value is (133,92,116). Sum of RGB (Red+Green+Blue) = 133+92+116=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #855C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C74 is #7AA38B. Grayscale: #6A6A6A. Windows color (decimal): -8037260 or 7625861. OLE color: 7625861.
HSL color Cylindrical-coordinate representation of color #855C74: hue angle of 324.88º 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 #855C74 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 116 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.48 |
| HSL | 324.88º | 0.18% | 0.44% | - |
| HSV(B) | 324.88º | 0.31% | 0.52% | - |
| XYZ | 16.65 | 13.9 | 18.33 | - |
| YUV | 107 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 116 | 0 | 0.31 | 0.13 | 0.48 | 324.88 | 0.18 | 0.44 |
| Hex | 85 | 5C | 74 | 0 | 1F | D | 30 | 145 | 12 | 2C |
| Octal | 205 | 134 | 164 | 0 | 37 | 15 | 60 | 505 | 22 | 54 |
| Binary | 10000101 | 1011100 | 1110100 | 0 | 11111 | 1101 | 110000 | 101000101 | 10010 | 101100 |
Color Harmonies of #855C74
Complementary color
Monochromatic Colors of #855C74
Black with #855C74
Text Example
Text Example
White with #855C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C74; }
p { color: rgb(133,92,116); }
H1.HeaderClassName
{
color: #855C74;
}
.AnyTagClassName
{
color: #855C74;
}
</style>
background-color css
<style>
a { background-color: #855C74; }
a { background-color: rgb(133,92,116); }
div.DivClassName
{
background-color: #855C74;
}
.BgClassName
{
background-color: #855C74;
}
</style>
border-color css
<style>
span { border-color: #855C74; }
span { border-color: rgb(133,92,116); }
td.TdClassName
{
border-color: #855C74;
}
.TagClassName
{
border-color: #855C74;
}
</style>