Shades of Strikemaster #886074
Tints of Strikemaster #886074
RGB
CMYK
RGB Variations
Color information
#886074 (or 0x886074) is known color: Strikemaster. HEX triplet: 88, 60 and 74. RGB value is (136,96,116). Sum of RGB (Red+Green+Blue) = 136+96+116=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #886074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886074 is #779F8B. Grayscale: #6E6E6E. Windows color (decimal): -7839628 or 7626888. OLE color: 7626888.
HSL color Cylindrical-coordinate representation of color #886074: hue angle of 330º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #886074 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 96 | 116 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.47 |
| HSL | 330º | 0.17% | 0.45% | - |
| HSV(B) | 330º | 0.29% | 0.53% | - |
| XYZ | 17.49 | 14.86 | 18.47 | - |
| YUV | 110.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 96 | 116 | 0 | 0.29 | 0.15 | 0.47 | 330 | 0.17 | 0.45 |
| Hex | 88 | 60 | 74 | 0 | 1D | F | 2F | 14A | 11 | 2D |
| Octal | 210 | 140 | 164 | 0 | 35 | 17 | 57 | 512 | 21 | 55 |
| Binary | 10001000 | 1100000 | 1110100 | 0 | 11101 | 1111 | 101111 | 101001010 | 10001 | 101101 |
Color Harmonies of #886074
Complementary color
Monochromatic Colors of #886074
Black with #886074
Text Example
Text Example
White with #886074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886074; }
p { color: rgb(136,96,116); }
H1.HeaderClassName
{
color: #886074;
}
.AnyTagClassName
{
color: #886074;
}
</style>
background-color css
<style>
a { background-color: #886074; }
a { background-color: rgb(136,96,116); }
div.DivClassName
{
background-color: #886074;
}
.BgClassName
{
background-color: #886074;
}
</style>
border-color css
<style>
span { border-color: #886074; }
span { border-color: rgb(136,96,116); }
td.TdClassName
{
border-color: #886074;
}
.TagClassName
{
border-color: #886074;
}
</style>