Shades of Strikemaster #88677F
Tints of Strikemaster #88677F
RGB
CMYK
RGB Variations
Color information
#88677F (or 0x88677F) is known color: Strikemaster. HEX triplet: 88, 67 and 7F. RGB value is (136,103,127). Sum of RGB (Red+Green+Blue) = 136+103+127=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 136 - color contains mainly: red. Hex color #88677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88677F is #779880. Grayscale: #737373. Windows color (decimal): -7837825 or 8349576. OLE color: 8349576.
HSL color Cylindrical-coordinate representation of color #88677F: hue angle of 316.36º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88677F is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 103 | 127 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.47 |
| HSL | 316.36º | 0.14% | 0.47% | - |
| HSV(B) | 316.36º | 0.24% | 0.53% | - |
| XYZ | 18.83 | 16.47 | 22.26 | - |
| YUV | 115.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 103 | 127 | 0 | 0.24 | 0.07 | 0.47 | 316.36 | 0.14 | 0.47 |
| Hex | 88 | 67 | 7F | 0 | 18 | 7 | 2F | 13C | E | 2F |
| Octal | 210 | 147 | 177 | 0 | 30 | 7 | 57 | 474 | 16 | 57 |
| Binary | 10001000 | 1100111 | 1111111 | 0 | 11000 | 111 | 101111 | 100111100 | 1110 | 101111 |
Color Harmonies of #88677F
Complementary color
Monochromatic Colors of #88677F
Black with #88677F
Text Example
Text Example
White with #88677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88677F; }
p { color: rgb(136,103,127); }
H1.HeaderClassName
{
color: #88677F;
}
.AnyTagClassName
{
color: #88677F;
}
</style>
background-color css
<style>
a { background-color: #88677F; }
a { background-color: rgb(136,103,127); }
div.DivClassName
{
background-color: #88677F;
}
.BgClassName
{
background-color: #88677F;
}
</style>
border-color css
<style>
span { border-color: #88677F; }
span { border-color: rgb(136,103,127); }
td.TdClassName
{
border-color: #88677F;
}
.TagClassName
{
border-color: #88677F;
}
</style>