Shades of Strikemaster #916878
Tints of Strikemaster #916878
RGB
CMYK
RGB Variations
Color information
#916878 (or 0x916878) is known color: Strikemaster. HEX triplet: 91, 68 and 78. RGB value is (145,104,120). Sum of RGB (Red+Green+Blue) = 145+104+120=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #916878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916878 is #6E9787. Grayscale: #767676. Windows color (decimal): -7247752 or 7891089. OLE color: 7891089.
HSL color Cylindrical-coordinate representation of color #916878: hue angle of 336.59º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #916878 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 104 | 120 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.43 |
| HSL | 336.59º | 0.16% | 0.49% | - |
| HSV(B) | 336.59º | 0.28% | 0.57% | - |
| XYZ | 20.02 | 17.28 | 20.05 | - |
| YUV | 118.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 120 | 0 | 0.28 | 0.17 | 0.43 | 336.59 | 0.16 | 0.49 |
| Hex | 91 | 68 | 78 | 0 | 1C | 11 | 2B | 151 | 10 | 31 |
| Octal | 221 | 150 | 170 | 0 | 34 | 21 | 53 | 521 | 20 | 61 |
| Binary | 10010001 | 1101000 | 1111000 | 0 | 11100 | 10001 | 101011 | 101010001 | 10000 | 110001 |
Color Harmonies of #916878
Complementary color
Monochromatic Colors of #916878
Black with #916878
Text Example
Text Example
White with #916878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916878; }
p { color: rgb(145,104,120); }
H1.HeaderClassName
{
color: #916878;
}
.AnyTagClassName
{
color: #916878;
}
</style>
background-color css
<style>
a { background-color: #916878; }
a { background-color: rgb(145,104,120); }
div.DivClassName
{
background-color: #916878;
}
.BgClassName
{
background-color: #916878;
}
</style>
border-color css
<style>
span { border-color: #916878; }
span { border-color: rgb(145,104,120); }
td.TdClassName
{
border-color: #916878;
}
.TagClassName
{
border-color: #916878;
}
</style>