Shades of Strikemaster #97667B
Tints of Strikemaster #97667B
RGB
CMYK
RGB Variations
Color information
#97667B (or 0x97667B) is known color: Strikemaster. HEX triplet: 97, 66 and 7B. RGB value is (151,102,123). Sum of RGB (Red+Green+Blue) = 151+102+123=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 151 - color contains mainly: red. Hex color #97667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97667B is #689984. Grayscale: #777777. Windows color (decimal): -6855045 or 8087191. OLE color: 8087191.
HSL color Cylindrical-coordinate representation of color #97667B: hue angle of 334.29º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97667B is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 102 | 123 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.41 |
| HSL | 334.29º | 0.19% | 0.5% | - |
| HSV(B) | 334.29º | 0.32% | 0.59% | - |
| XYZ | 21.09 | 17.51 | 21.01 | - |
| YUV | 119.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 123 | 0 | 0.32 | 0.19 | 0.41 | 334.29 | 0.19 | 0.5 |
| Hex | 97 | 66 | 7B | 0 | 20 | 13 | 29 | 14E | 13 | 32 |
| Octal | 227 | 146 | 173 | 0 | 40 | 23 | 51 | 516 | 23 | 62 |
| Binary | 10010111 | 1100110 | 1111011 | 0 | 100000 | 10011 | 101001 | 101001110 | 10011 | 110010 |
Color Harmonies of #97667B
Complementary color
Monochromatic Colors of #97667B
Black with #97667B
Text Example
Text Example
White with #97667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97667B; }
p { color: rgb(151,102,123); }
H1.HeaderClassName
{
color: #97667B;
}
.AnyTagClassName
{
color: #97667B;
}
</style>
background-color css
<style>
a { background-color: #97667B; }
a { background-color: rgb(151,102,123); }
div.DivClassName
{
background-color: #97667B;
}
.BgClassName
{
background-color: #97667B;
}
</style>
border-color css
<style>
span { border-color: #97667B; }
span { border-color: rgb(151,102,123); }
td.TdClassName
{
border-color: #97667B;
}
.TagClassName
{
border-color: #97667B;
}
</style>