Shades of Strikemaster #88667F
Tints of Strikemaster #88667F
RGB
CMYK
RGB Variations
Color information
#88667F (or 0x88667F) is known color: Strikemaster. HEX triplet: 88, 66 and 7F. RGB value is (136,102,127). Sum of RGB (Red+Green+Blue) = 136+102+127=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #88667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88667F is #779980. Grayscale: #727272. Windows color (decimal): -7838081 or 8349320. OLE color: 8349320.
HSL color Cylindrical-coordinate representation of color #88667F: hue angle of 315.88º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #88667F is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 102 | 127 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.47 |
| HSL | 315.88º | 0.14% | 0.47% | - |
| HSV(B) | 315.88º | 0.25% | 0.53% | - |
| XYZ | 18.74 | 16.27 | 22.23 | - |
| YUV | 115.02 | 134.76 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 102 | 127 | 0 | 0.25 | 0.07 | 0.47 | 315.88 | 0.14 | 0.47 |
| Hex | 88 | 66 | 7F | 0 | 19 | 7 | 2F | 13C | E | 2F |
| Octal | 210 | 146 | 177 | 0 | 31 | 7 | 57 | 474 | 16 | 57 |
| Binary | 10001000 | 1100110 | 1111111 | 0 | 11001 | 111 | 101111 | 100111100 | 1110 | 101111 |
Color Harmonies of #88667F
Complementary color
Monochromatic Colors of #88667F
Black with #88667F
Text Example
Text Example
White with #88667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88667F; }
p { color: rgb(136,102,127); }
H1.HeaderClassName
{
color: #88667F;
}
.AnyTagClassName
{
color: #88667F;
}
</style>
background-color css
<style>
a { background-color: #88667F; }
a { background-color: rgb(136,102,127); }
div.DivClassName
{
background-color: #88667F;
}
.BgClassName
{
background-color: #88667F;
}
</style>
border-color css
<style>
span { border-color: #88667F; }
span { border-color: rgb(136,102,127); }
td.TdClassName
{
border-color: #88667F;
}
.TagClassName
{
border-color: #88667F;
}
</style>