Shades of Strikemaster #88647A
Tints of Strikemaster #88647A
RGB
CMYK
RGB Variations
Color information
#88647A (or 0x88647A) is known color: Strikemaster. HEX triplet: 88, 64 and 7A. RGB value is (136,100,122). Sum of RGB (Red+Green+Blue) = 136+100+122=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #88647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88647A is #779B85. Grayscale: #717171. Windows color (decimal): -7838598 or 8021128. OLE color: 8021128.
HSL color Cylindrical-coordinate representation of color #88647A: hue angle of 323.33º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88647A is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 100 | 122 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.47 |
| HSL | 323.33º | 0.15% | 0.46% | - |
| HSV(B) | 323.33º | 0.26% | 0.53% | - |
| XYZ | 18.22 | 15.75 | 20.49 | - |
| YUV | 113.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 100 | 122 | 0 | 0.26 | 0.10 | 0.47 | 323.33 | 0.15 | 0.46 |
| Hex | 88 | 64 | 7A | 0 | 1A | A | 2F | 143 | F | 2E |
| Octal | 210 | 144 | 172 | 0 | 32 | 12 | 57 | 503 | 17 | 56 |
| Binary | 10001000 | 1100100 | 1111010 | 0 | 11010 | 1010 | 101111 | 101000011 | 1111 | 101110 |
Color Harmonies of #88647A
Complementary color
Monochromatic Colors of #88647A
Black with #88647A
Text Example
Text Example
White with #88647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88647A; }
p { color: rgb(136,100,122); }
H1.HeaderClassName
{
color: #88647A;
}
.AnyTagClassName
{
color: #88647A;
}
</style>
background-color css
<style>
a { background-color: #88647A; }
a { background-color: rgb(136,100,122); }
div.DivClassName
{
background-color: #88647A;
}
.BgClassName
{
background-color: #88647A;
}
</style>
border-color css
<style>
span { border-color: #88647A; }
span { border-color: rgb(136,100,122); }
td.TdClassName
{
border-color: #88647A;
}
.TagClassName
{
border-color: #88647A;
}
</style>