Shades of Strikemaster #88697A
Tints of Strikemaster #88697A
RGB
CMYK
RGB Variations
Color information
#88697A (or 0x88697A) is known color: Strikemaster. HEX triplet: 88, 69 and 7A. RGB value is (136,105,122). Sum of RGB (Red+Green+Blue) = 136+105+122=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #88697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88697A is #779685. Grayscale: #747474. Windows color (decimal): -7837318 or 8022408. OLE color: 8022408.
HSL color Cylindrical-coordinate representation of color #88697A: hue angle of 327.1º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #88697A is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 105 | 122 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.47 |
| HSL | 327.1º | 0.13% | 0.47% | - |
| HSV(B) | 327.1º | 0.23% | 0.53% | - |
| XYZ | 18.72 | 16.74 | 20.66 | - |
| YUV | 116.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 105 | 122 | 0 | 0.23 | 0.10 | 0.47 | 327.1 | 0.13 | 0.47 |
| Hex | 88 | 69 | 7A | 0 | 17 | A | 2F | 147 | D | 2F |
| Octal | 210 | 151 | 172 | 0 | 27 | 12 | 57 | 507 | 15 | 57 |
| Binary | 10001000 | 1101001 | 1111010 | 0 | 10111 | 1010 | 101111 | 101000111 | 1101 | 101111 |
Color Harmonies of #88697A
Complementary color
Monochromatic Colors of #88697A
Black with #88697A
Text Example
Text Example
White with #88697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88697A; }
p { color: rgb(136,105,122); }
H1.HeaderClassName
{
color: #88697A;
}
.AnyTagClassName
{
color: #88697A;
}
</style>
background-color css
<style>
a { background-color: #88697A; }
a { background-color: rgb(136,105,122); }
div.DivClassName
{
background-color: #88697A;
}
.BgClassName
{
background-color: #88697A;
}
</style>
border-color css
<style>
span { border-color: #88697A; }
span { border-color: rgb(136,105,122); }
td.TdClassName
{
border-color: #88697A;
}
.TagClassName
{
border-color: #88697A;
}
</style>