Shades of Strikemaster #88677D
Tints of Strikemaster #88677D
RGB
CMYK
RGB Variations
Color information
#88677D (or 0x88677D) is known color: Strikemaster. HEX triplet: 88, 67 and 7D. RGB value is (136,103,125). Sum of RGB (Red+Green+Blue) = 136+103+125=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #88677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88677D is #779882. Grayscale: #737373. Windows color (decimal): -7837827 or 8218504. OLE color: 8218504.
HSL color Cylindrical-coordinate representation of color #88677D: hue angle of 320º 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 #88677D is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 103 | 125 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.47 |
| HSL | 320º | 0.14% | 0.47% | - |
| HSV(B) | 320º | 0.24% | 0.53% | - |
| XYZ | 18.71 | 16.42 | 21.58 | - |
| YUV | 115.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 103 | 125 | 0 | 0.24 | 0.08 | 0.47 | 320 | 0.14 | 0.47 |
| Hex | 88 | 67 | 7D | 0 | 18 | 8 | 2F | 140 | E | 2F |
| Octal | 210 | 147 | 175 | 0 | 30 | 10 | 57 | 500 | 16 | 57 |
| Binary | 10001000 | 1100111 | 1111101 | 0 | 11000 | 1000 | 101111 | 101000000 | 1110 | 101111 |
Color Harmonies of #88677D
Complementary color
Monochromatic Colors of #88677D
Black with #88677D
Text Example
Text Example
White with #88677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88677D; }
p { color: rgb(136,103,125); }
H1.HeaderClassName
{
color: #88677D;
}
.AnyTagClassName
{
color: #88677D;
}
</style>
background-color css
<style>
a { background-color: #88677D; }
a { background-color: rgb(136,103,125); }
div.DivClassName
{
background-color: #88677D;
}
.BgClassName
{
background-color: #88677D;
}
</style>
border-color css
<style>
span { border-color: #88677D; }
span { border-color: rgb(136,103,125); }
td.TdClassName
{
border-color: #88677D;
}
.TagClassName
{
border-color: #88677D;
}
</style>