Shades of Strikemaster #976B7E
Tints of Strikemaster #976B7E
RGB
CMYK
RGB Variations
Color information
#976B7E (or 0x976B7E) is known color: Strikemaster. HEX triplet: 97, 6B and 7E. RGB value is (151,107,126). Sum of RGB (Red+Green+Blue) = 151+107+126=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 151 - color contains mainly: red. Hex color #976B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976B7E is #689481. Grayscale: #7A7A7A. Windows color (decimal): -6853762 or 8285079. OLE color: 8285079.
HSL color Cylindrical-coordinate representation of color #976B7E: hue angle of 334.09º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #976B7E is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 107 | 126 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.41 |
| HSL | 334.09º | 0.17% | 0.51% | - |
| HSV(B) | 334.09º | 0.29% | 0.59% | - |
| XYZ | 21.79 | 18.6 | 22.18 | - |
| YUV | 122.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 107 | 126 | 0 | 0.29 | 0.17 | 0.41 | 334.09 | 0.17 | 0.51 |
| Hex | 97 | 6B | 7E | 0 | 1D | 11 | 29 | 14E | 11 | 33 |
| Octal | 227 | 153 | 176 | 0 | 35 | 21 | 51 | 516 | 21 | 63 |
| Binary | 10010111 | 1101011 | 1111110 | 0 | 11101 | 10001 | 101001 | 101001110 | 10001 | 110011 |
Color Harmonies of #976B7E
Complementary color
Monochromatic Colors of #976B7E
Black with #976B7E
Text Example
Text Example
White with #976B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976B7E; }
p { color: rgb(151,107,126); }
H1.HeaderClassName
{
color: #976B7E;
}
.AnyTagClassName
{
color: #976B7E;
}
</style>
background-color css
<style>
a { background-color: #976B7E; }
a { background-color: rgb(151,107,126); }
div.DivClassName
{
background-color: #976B7E;
}
.BgClassName
{
background-color: #976B7E;
}
</style>
border-color css
<style>
span { border-color: #976B7E; }
span { border-color: rgb(151,107,126); }
td.TdClassName
{
border-color: #976B7E;
}
.TagClassName
{
border-color: #976B7E;
}
</style>