Shades of Strikemaster #88667D
Tints of Strikemaster #88667D
RGB
CMYK
RGB Variations
Color information
#88667D (or 0x88667D) is known color: Strikemaster. HEX triplet: 88, 66 and 7D. RGB value is (136,102,125). Sum of RGB (Red+Green+Blue) = 136+102+125=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #88667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88667D is #779982. Grayscale: #727272. Windows color (decimal): -7838083 or 8218248. OLE color: 8218248.
HSL color Cylindrical-coordinate representation of color #88667D: hue angle of 319.41º 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 #88667D is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 102 | 125 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.47 |
| HSL | 319.41º | 0.14% | 0.47% | - |
| HSV(B) | 319.41º | 0.25% | 0.53% | - |
| XYZ | 18.61 | 16.22 | 21.55 | - |
| YUV | 114.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 102 | 125 | 0 | 0.25 | 0.08 | 0.47 | 319.41 | 0.14 | 0.47 |
| Hex | 88 | 66 | 7D | 0 | 19 | 8 | 2F | 13F | E | 2F |
| Octal | 210 | 146 | 175 | 0 | 31 | 10 | 57 | 477 | 16 | 57 |
| Binary | 10001000 | 1100110 | 1111101 | 0 | 11001 | 1000 | 101111 | 100111111 | 1110 | 101111 |
Color Harmonies of #88667D
Complementary color
Monochromatic Colors of #88667D
Black with #88667D
Text Example
Text Example
White with #88667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88667D; }
p { color: rgb(136,102,125); }
H1.HeaderClassName
{
color: #88667D;
}
.AnyTagClassName
{
color: #88667D;
}
</style>
background-color css
<style>
a { background-color: #88667D; }
a { background-color: rgb(136,102,125); }
div.DivClassName
{
background-color: #88667D;
}
.BgClassName
{
background-color: #88667D;
}
</style>
border-color css
<style>
span { border-color: #88667D; }
span { border-color: rgb(136,102,125); }
td.TdClassName
{
border-color: #88667D;
}
.TagClassName
{
border-color: #88667D;
}
</style>