Shades of Strikemaster #9D677E
Tints of Strikemaster #9D677E
RGB
CMYK
RGB Variations
Color information
#9D677E (or 0x9D677E) is known color: Strikemaster. HEX triplet: 9D, 67 and 7E. RGB value is (157,103,126). Sum of RGB (Red+Green+Blue) = 157+103+126=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 157 - color contains mainly: red. Hex color #9D677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D677E is #629881. Grayscale: #797979. Windows color (decimal): -6461570 or 8284061. OLE color: 8284061.
HSL color Cylindrical-coordinate representation of color #9D677E: hue angle of 334.44º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D677E is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 103 | 126 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.38 |
| HSL | 334.44º | 0.22% | 0.51% | - |
| HSV(B) | 334.44º | 0.34% | 0.62% | - |
| XYZ | 22.52 | 18.37 | 22.1 | - |
| YUV | 121.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 103 | 126 | 0 | 0.34 | 0.20 | 0.38 | 334.44 | 0.22 | 0.51 |
| Hex | 9D | 67 | 7E | 0 | 22 | 14 | 26 | 14E | 16 | 33 |
| Octal | 235 | 147 | 176 | 0 | 42 | 24 | 46 | 516 | 26 | 63 |
| Binary | 10011101 | 1100111 | 1111110 | 0 | 100010 | 10100 | 100110 | 101001110 | 10110 | 110011 |
Color Harmonies of #9D677E
Complementary color
Monochromatic Colors of #9D677E
Black with #9D677E
Text Example
Text Example
White with #9D677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D677E; }
p { color: rgb(157,103,126); }
H1.HeaderClassName
{
color: #9D677E;
}
.AnyTagClassName
{
color: #9D677E;
}
</style>
background-color css
<style>
a { background-color: #9D677E; }
a { background-color: rgb(157,103,126); }
div.DivClassName
{
background-color: #9D677E;
}
.BgClassName
{
background-color: #9D677E;
}
</style>
border-color css
<style>
span { border-color: #9D677E; }
span { border-color: rgb(157,103,126); }
td.TdClassName
{
border-color: #9D677E;
}
.TagClassName
{
border-color: #9D677E;
}
</style>