Shades of Strikemaster #916078
Tints of Strikemaster #916078
RGB
CMYK
RGB Variations
Color information
#916078 (or 0x916078) is known color: Strikemaster. HEX triplet: 91, 60 and 78. RGB value is (145,96,120). Sum of RGB (Red+Green+Blue) = 145+96+120=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #916078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916078 is #6E9F87. Grayscale: #717171. Windows color (decimal): -7249800 or 7889041. OLE color: 7889041.
HSL color Cylindrical-coordinate representation of color #916078: hue angle of 330.61º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #916078 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 96 | 120 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.43 |
| HSL | 330.61º | 0.2% | 0.47% | - |
| HSV(B) | 330.61º | 0.34% | 0.57% | - |
| XYZ | 19.25 | 15.74 | 19.79 | - |
| YUV | 113.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 96 | 120 | 0 | 0.34 | 0.17 | 0.43 | 330.61 | 0.2 | 0.47 |
| Hex | 91 | 60 | 78 | 0 | 22 | 11 | 2B | 14B | 14 | 2F |
| Octal | 221 | 140 | 170 | 0 | 42 | 21 | 53 | 513 | 24 | 57 |
| Binary | 10010001 | 1100000 | 1111000 | 0 | 100010 | 10001 | 101011 | 101001011 | 10100 | 101111 |
Color Harmonies of #916078
Complementary color
Monochromatic Colors of #916078
Black with #916078
Text Example
Text Example
White with #916078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916078; }
p { color: rgb(145,96,120); }
H1.HeaderClassName
{
color: #916078;
}
.AnyTagClassName
{
color: #916078;
}
</style>
background-color css
<style>
a { background-color: #916078; }
a { background-color: rgb(145,96,120); }
div.DivClassName
{
background-color: #916078;
}
.BgClassName
{
background-color: #916078;
}
</style>
border-color css
<style>
span { border-color: #916078; }
span { border-color: rgb(145,96,120); }
td.TdClassName
{
border-color: #916078;
}
.TagClassName
{
border-color: #916078;
}
</style>