Shades of Strikemaster #886377
Tints of Strikemaster #886377
RGB
CMYK
RGB Variations
Color information
#886377 (or 0x886377) is known color: Strikemaster. HEX triplet: 88, 63 and 77. RGB value is (136,99,119). Sum of RGB (Red+Green+Blue) = 136+99+119=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #886377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886377 is #779C88. Grayscale: #707070. Windows color (decimal): -7838857 or 7824264. OLE color: 7824264.
HSL color Cylindrical-coordinate representation of color #886377: hue angle of 327.57º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #886377 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 99 | 119 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.47 |
| HSL | 327.57º | 0.16% | 0.46% | - |
| HSV(B) | 327.57º | 0.27% | 0.53% | - |
| XYZ | 17.94 | 15.49 | 19.5 | - |
| YUV | 112.34 | 131.76 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 99 | 119 | 0 | 0.27 | 0.12 | 0.47 | 327.57 | 0.16 | 0.46 |
| Hex | 88 | 63 | 77 | 0 | 1B | C | 2F | 148 | 10 | 2E |
| Octal | 210 | 143 | 167 | 0 | 33 | 14 | 57 | 510 | 20 | 56 |
| Binary | 10001000 | 1100011 | 1110111 | 0 | 11011 | 1100 | 101111 | 101001000 | 10000 | 101110 |
Color Harmonies of #886377
Complementary color
Monochromatic Colors of #886377
Black with #886377
Text Example
Text Example
White with #886377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886377; }
p { color: rgb(136,99,119); }
H1.HeaderClassName
{
color: #886377;
}
.AnyTagClassName
{
color: #886377;
}
</style>
background-color css
<style>
a { background-color: #886377; }
a { background-color: rgb(136,99,119); }
div.DivClassName
{
background-color: #886377;
}
.BgClassName
{
background-color: #886377;
}
</style>
border-color css
<style>
span { border-color: #886377; }
span { border-color: rgb(136,99,119); }
td.TdClassName
{
border-color: #886377;
}
.TagClassName
{
border-color: #886377;
}
</style>