Shades of Strikemaster #885474
Tints of Strikemaster #885474
RGB
CMYK
RGB Variations
Color information
#885474 (or 0x885474) is known color: Strikemaster. HEX triplet: 88, 54 and 74. RGB value is (136,84,116). Sum of RGB (Red+Green+Blue) = 136+84+116=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #885474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885474 is #77AB8B. Grayscale: #676767. Windows color (decimal): -7842700 or 7623816. OLE color: 7623816.
HSL color Cylindrical-coordinate representation of color #885474: hue angle of 323.08º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885474 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 84 | 116 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.47 |
| HSL | 323.08º | 0.24% | 0.43% | - |
| HSV(B) | 323.08º | 0.38% | 0.53% | - |
| XYZ | 16.48 | 12.84 | 18.13 | - |
| YUV | 103.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 84 | 116 | 0 | 0.38 | 0.15 | 0.47 | 323.08 | 0.24 | 0.43 |
| Hex | 88 | 54 | 74 | 0 | 26 | F | 2F | 143 | 18 | 2B |
| Octal | 210 | 124 | 164 | 0 | 46 | 17 | 57 | 503 | 30 | 53 |
| Binary | 10001000 | 1010100 | 1110100 | 0 | 100110 | 1111 | 101111 | 101000011 | 11000 | 101011 |
Color Harmonies of #885474
Complementary color
Monochromatic Colors of #885474
Black with #885474
Text Example
Text Example
White with #885474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885474; }
p { color: rgb(136,84,116); }
H1.HeaderClassName
{
color: #885474;
}
.AnyTagClassName
{
color: #885474;
}
</style>
background-color css
<style>
a { background-color: #885474; }
a { background-color: rgb(136,84,116); }
div.DivClassName
{
background-color: #885474;
}
.BgClassName
{
background-color: #885474;
}
</style>
border-color css
<style>
span { border-color: #885474; }
span { border-color: rgb(136,84,116); }
td.TdClassName
{
border-color: #885474;
}
.TagClassName
{
border-color: #885474;
}
</style>