Shades of Strikemaster #88677C
Tints of Strikemaster #88677C
RGB
CMYK
RGB Variations
Color information
#88677C (or 0x88677C) is known color: Strikemaster. HEX triplet: 88, 67 and 7C. RGB value is (136,103,124). Sum of RGB (Red+Green+Blue) = 136+103+124=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #88677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88677C is #779883. Grayscale: #737373. Windows color (decimal): -7837828 or 8152968. OLE color: 8152968.
HSL color Cylindrical-coordinate representation of color #88677C: hue angle of 321.82º 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 #88677C is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 103 | 124 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.47 |
| HSL | 321.82º | 0.14% | 0.47% | - |
| HSV(B) | 321.82º | 0.24% | 0.53% | - |
| XYZ | 18.64 | 16.39 | 21.25 | - |
| YUV | 115.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 103 | 124 | 0 | 0.24 | 0.09 | 0.47 | 321.82 | 0.14 | 0.47 |
| Hex | 88 | 67 | 7C | 0 | 18 | 9 | 2F | 142 | E | 2F |
| Octal | 210 | 147 | 174 | 0 | 30 | 11 | 57 | 502 | 16 | 57 |
| Binary | 10001000 | 1100111 | 1111100 | 0 | 11000 | 1001 | 101111 | 101000010 | 1110 | 101111 |
Color Harmonies of #88677C
Complementary color
Monochromatic Colors of #88677C
Black with #88677C
Text Example
Text Example
White with #88677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88677C; }
p { color: rgb(136,103,124); }
H1.HeaderClassName
{
color: #88677C;
}
.AnyTagClassName
{
color: #88677C;
}
</style>
background-color css
<style>
a { background-color: #88677C; }
a { background-color: rgb(136,103,124); }
div.DivClassName
{
background-color: #88677C;
}
.BgClassName
{
background-color: #88677C;
}
</style>
border-color css
<style>
span { border-color: #88677C; }
span { border-color: rgb(136,103,124); }
td.TdClassName
{
border-color: #88677C;
}
.TagClassName
{
border-color: #88677C;
}
</style>