Shades of Strikemaster #885A74
Tints of Strikemaster #885A74
RGB
CMYK
RGB Variations
Color information
#885A74 (or 0x885A74) is known color: Strikemaster. HEX triplet: 88, 5A and 74. RGB value is (136,90,116). Sum of RGB (Red+Green+Blue) = 136+90+116=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 136 - color contains mainly: red. Hex color #885A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885A74 is #77A58B. Grayscale: #6A6A6A. Windows color (decimal): -7841164 or 7625352. OLE color: 7625352.
HSL color Cylindrical-coordinate representation of color #885A74: hue angle of 326.09º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #885A74 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 90 | 116 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.47 |
| HSL | 326.09º | 0.2% | 0.44% | - |
| HSV(B) | 326.09º | 0.34% | 0.53% | - |
| XYZ | 16.96 | 13.81 | 18.29 | - |
| YUV | 106.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 116 | 0 | 0.34 | 0.15 | 0.47 | 326.09 | 0.2 | 0.44 |
| Hex | 88 | 5A | 74 | 0 | 22 | F | 2F | 146 | 14 | 2C |
| Octal | 210 | 132 | 164 | 0 | 42 | 17 | 57 | 506 | 24 | 54 |
| Binary | 10001000 | 1011010 | 1110100 | 0 | 100010 | 1111 | 101111 | 101000110 | 10100 | 101100 |
Color Harmonies of #885A74
Complementary color
Monochromatic Colors of #885A74
Black with #885A74
Text Example
Text Example
White with #885A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885A74; }
p { color: rgb(136,90,116); }
H1.HeaderClassName
{
color: #885A74;
}
.AnyTagClassName
{
color: #885A74;
}
</style>
background-color css
<style>
a { background-color: #885A74; }
a { background-color: rgb(136,90,116); }
div.DivClassName
{
background-color: #885A74;
}
.BgClassName
{
background-color: #885A74;
}
</style>
border-color css
<style>
span { border-color: #885A74; }
span { border-color: rgb(136,90,116); }
td.TdClassName
{
border-color: #885A74;
}
.TagClassName
{
border-color: #885A74;
}
</style>