Shades of Strikemaster #885377
Tints of Strikemaster #885377
RGB
CMYK
RGB Variations
Color information
#885377 (or 0x885377) is known color: Strikemaster. HEX triplet: 88, 53 and 77. RGB value is (136,83,119). Sum of RGB (Red+Green+Blue) = 136+83+119=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #885377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885377 is #77AC88. Grayscale: #666666. Windows color (decimal): -7842953 or 7820168. OLE color: 7820168.
HSL color Cylindrical-coordinate representation of color #885377: hue angle of 319.25º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #885377 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 83 | 119 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.47 |
| HSL | 319.25º | 0.24% | 0.43% | - |
| HSV(B) | 319.25º | 0.39% | 0.53% | - |
| XYZ | 16.58 | 12.75 | 19.04 | - |
| YUV | 102.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 119 | 0 | 0.39 | 0.12 | 0.47 | 319.25 | 0.24 | 0.43 |
| Hex | 88 | 53 | 77 | 0 | 27 | C | 2F | 13F | 18 | 2B |
| Octal | 210 | 123 | 167 | 0 | 47 | 14 | 57 | 477 | 30 | 53 |
| Binary | 10001000 | 1010011 | 1110111 | 0 | 100111 | 1100 | 101111 | 100111111 | 11000 | 101011 |
Color Harmonies of #885377
Complementary color
Monochromatic Colors of #885377
Black with #885377
Text Example
Text Example
White with #885377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885377; }
p { color: rgb(136,83,119); }
H1.HeaderClassName
{
color: #885377;
}
.AnyTagClassName
{
color: #885377;
}
</style>
background-color css
<style>
a { background-color: #885377; }
a { background-color: rgb(136,83,119); }
div.DivClassName
{
background-color: #885377;
}
.BgClassName
{
background-color: #885377;
}
</style>
border-color css
<style>
span { border-color: #885377; }
span { border-color: rgb(136,83,119); }
td.TdClassName
{
border-color: #885377;
}
.TagClassName
{
border-color: #885377;
}
</style>