Shades of Strikemaster #9C677D
Tints of Strikemaster #9C677D
RGB
CMYK
RGB Variations
Color information
#9C677D (or 0x9C677D) is known color: Strikemaster. HEX triplet: 9C, 67 and 7D. RGB value is (156,103,125). Sum of RGB (Red+Green+Blue) = 156+103+125=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 156 - color contains mainly: red. Hex color #9C677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C677D is #639882. Grayscale: #797979. Windows color (decimal): -6527107 or 8218524. OLE color: 8218524.
HSL color Cylindrical-coordinate representation of color #9C677D: hue angle of 335.09º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C677D is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 103 | 125 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.39 |
| HSL | 335.09º | 0.21% | 0.51% | - |
| HSV(B) | 335.09º | 0.34% | 0.61% | - |
| XYZ | 22.26 | 18.25 | 21.75 | - |
| YUV | 121.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 103 | 125 | 0 | 0.34 | 0.20 | 0.39 | 335.09 | 0.21 | 0.51 |
| Hex | 9C | 67 | 7D | 0 | 22 | 14 | 27 | 14F | 15 | 33 |
| Octal | 234 | 147 | 175 | 0 | 42 | 24 | 47 | 517 | 25 | 63 |
| Binary | 10011100 | 1100111 | 1111101 | 0 | 100010 | 10100 | 100111 | 101001111 | 10101 | 110011 |
Color Harmonies of #9C677D
Complementary color
Monochromatic Colors of #9C677D
Black with #9C677D
Text Example
Text Example
White with #9C677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C677D; }
p { color: rgb(156,103,125); }
H1.HeaderClassName
{
color: #9C677D;
}
.AnyTagClassName
{
color: #9C677D;
}
</style>
background-color css
<style>
a { background-color: #9C677D; }
a { background-color: rgb(156,103,125); }
div.DivClassName
{
background-color: #9C677D;
}
.BgClassName
{
background-color: #9C677D;
}
</style>
border-color css
<style>
span { border-color: #9C677D; }
span { border-color: rgb(156,103,125); }
td.TdClassName
{
border-color: #9C677D;
}
.TagClassName
{
border-color: #9C677D;
}
</style>