Shades of Strikemaster #88677B
Tints of Strikemaster #88677B
RGB
CMYK
RGB Variations
Color information
#88677B (or 0x88677B) is known color: Strikemaster. HEX triplet: 88, 67 and 7B. RGB value is (136,103,123). Sum of RGB (Red+Green+Blue) = 136+103+123=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #88677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88677B is #779884. Grayscale: #737373. Windows color (decimal): -7837829 or 8087432. OLE color: 8087432.
HSL color Cylindrical-coordinate representation of color #88677B: hue angle of 323.64º 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 #88677B is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 103 | 123 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.47 |
| HSL | 323.64º | 0.14% | 0.47% | - |
| HSV(B) | 323.64º | 0.24% | 0.53% | - |
| XYZ | 18.58 | 16.36 | 20.92 | - |
| YUV | 115.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 103 | 123 | 0 | 0.24 | 0.10 | 0.47 | 323.64 | 0.14 | 0.47 |
| Hex | 88 | 67 | 7B | 0 | 18 | A | 2F | 144 | E | 2F |
| Octal | 210 | 147 | 173 | 0 | 30 | 12 | 57 | 504 | 16 | 57 |
| Binary | 10001000 | 1100111 | 1111011 | 0 | 11000 | 1010 | 101111 | 101000100 | 1110 | 101111 |
Color Harmonies of #88677B
Complementary color
Monochromatic Colors of #88677B
Black with #88677B
Text Example
Text Example
White with #88677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88677B; }
p { color: rgb(136,103,123); }
H1.HeaderClassName
{
color: #88677B;
}
.AnyTagClassName
{
color: #88677B;
}
</style>
background-color css
<style>
a { background-color: #88677B; }
a { background-color: rgb(136,103,123); }
div.DivClassName
{
background-color: #88677B;
}
.BgClassName
{
background-color: #88677B;
}
</style>
border-color css
<style>
span { border-color: #88677B; }
span { border-color: rgb(136,103,123); }
td.TdClassName
{
border-color: #88677B;
}
.TagClassName
{
border-color: #88677B;
}
</style>