Shades of Strikemaster #88707B
Tints of Strikemaster #88707B
RGB
CMYK
RGB Variations
Color information
#88707B (or 0x88707B) is known color: Strikemaster. HEX triplet: 88, 70 and 7B. RGB value is (136,112,123). Sum of RGB (Red+Green+Blue) = 136+112+123=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 136 - color contains mainly: red. Hex color #88707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88707B is #778F84. Grayscale: #787878. Windows color (decimal): -7835525 or 8089736. OLE color: 8089736.
HSL color Cylindrical-coordinate representation of color #88707B: hue angle of 332.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88707B is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 112 | 123 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.47 |
| HSL | 332.5º | 0.1% | 0.49% | - |
| HSV(B) | 332.5º | 0.18% | 0.53% | - |
| XYZ | 19.52 | 18.25 | 21.23 | - |
| YUV | 120.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 123 | 0 | 0.18 | 0.10 | 0.47 | 332.5 | 0.1 | 0.49 |
| Hex | 88 | 70 | 7B | 0 | 12 | A | 2F | 14C | A | 31 |
| Octal | 210 | 160 | 173 | 0 | 22 | 12 | 57 | 514 | 12 | 61 |
| Binary | 10001000 | 1110000 | 1111011 | 0 | 10010 | 1010 | 101111 | 101001100 | 1010 | 110001 |
Color Harmonies of #88707B
Complementary color
Monochromatic Colors of #88707B
Black with #88707B
Text Example
Text Example
White with #88707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88707B; }
p { color: rgb(136,112,123); }
H1.HeaderClassName
{
color: #88707B;
}
.AnyTagClassName
{
color: #88707B;
}
</style>
background-color css
<style>
a { background-color: #88707B; }
a { background-color: rgb(136,112,123); }
div.DivClassName
{
background-color: #88707B;
}
.BgClassName
{
background-color: #88707B;
}
</style>
border-color css
<style>
span { border-color: #88707B; }
span { border-color: rgb(136,112,123); }
td.TdClassName
{
border-color: #88707B;
}
.TagClassName
{
border-color: #88707B;
}
</style>