Shades of Strikemaster #9A677A
Tints of Strikemaster #9A677A
RGB
CMYK
RGB Variations
Color information
#9A677A (or 0x9A677A) is known color: Strikemaster. HEX triplet: 9A, 67 and 7A. RGB value is (154,103,122). Sum of RGB (Red+Green+Blue) = 154+103+122=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 154 - color contains mainly: red. Hex color #9A677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A677A is #659885. Grayscale: #787878. Windows color (decimal): -6658182 or 8021914. OLE color: 8021914.
HSL color Cylindrical-coordinate representation of color #9A677A: hue angle of 337.65º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9A677A is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 103 | 122 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.40 |
| HSL | 337.65º | 0.2% | 0.5% | - |
| HSV(B) | 337.65º | 0.33% | 0.6% | - |
| XYZ | 21.69 | 17.98 | 20.74 | - |
| YUV | 120.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 103 | 122 | 0 | 0.33 | 0.21 | 0.40 | 337.65 | 0.2 | 0.5 |
| Hex | 9A | 67 | 7A | 0 | 21 | 15 | 28 | 152 | 14 | 32 |
| Octal | 232 | 147 | 172 | 0 | 41 | 25 | 50 | 522 | 24 | 62 |
| Binary | 10011010 | 1100111 | 1111010 | 0 | 100001 | 10101 | 101000 | 101010010 | 10100 | 110010 |
Color Harmonies of #9A677A
Complementary color
Monochromatic Colors of #9A677A
Black with #9A677A
Text Example
Text Example
White with #9A677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A677A; }
p { color: rgb(154,103,122); }
H1.HeaderClassName
{
color: #9A677A;
}
.AnyTagClassName
{
color: #9A677A;
}
</style>
background-color css
<style>
a { background-color: #9A677A; }
a { background-color: rgb(154,103,122); }
div.DivClassName
{
background-color: #9A677A;
}
.BgClassName
{
background-color: #9A677A;
}
</style>
border-color css
<style>
span { border-color: #9A677A; }
span { border-color: rgb(154,103,122); }
td.TdClassName
{
border-color: #9A677A;
}
.TagClassName
{
border-color: #9A677A;
}
</style>