Shades of Strikemaster #975C77
Tints of Strikemaster #975C77
RGB
CMYK
RGB Variations
Color information
#975C77 (or 0x975C77) is known color: Strikemaster. HEX triplet: 97, 5C and 77. RGB value is (151,92,119). Sum of RGB (Red+Green+Blue) = 151+92+119=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #975C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975C77 is #68A388. Grayscale: #707070. Windows color (decimal): -6857609 or 7822487. OLE color: 7822487.
HSL color Cylindrical-coordinate representation of color #975C77: hue angle of 332.54º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #975C77 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 92 | 119 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.41 |
| HSL | 332.54º | 0.24% | 0.48% | - |
| HSV(B) | 332.54º | 0.39% | 0.59% | - |
| XYZ | 19.92 | 15.57 | 19.41 | - |
| YUV | 112.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 92 | 119 | 0 | 0.39 | 0.21 | 0.41 | 332.54 | 0.24 | 0.48 |
| Hex | 97 | 5C | 77 | 0 | 27 | 15 | 29 | 14D | 18 | 30 |
| Octal | 227 | 134 | 167 | 0 | 47 | 25 | 51 | 515 | 30 | 60 |
| Binary | 10010111 | 1011100 | 1110111 | 0 | 100111 | 10101 | 101001 | 101001101 | 11000 | 110000 |
Color Harmonies of #975C77
Complementary color
Monochromatic Colors of #975C77
Black with #975C77
Text Example
Text Example
White with #975C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975C77; }
p { color: rgb(151,92,119); }
H1.HeaderClassName
{
color: #975C77;
}
.AnyTagClassName
{
color: #975C77;
}
</style>
background-color css
<style>
a { background-color: #975C77; }
a { background-color: rgb(151,92,119); }
div.DivClassName
{
background-color: #975C77;
}
.BgClassName
{
background-color: #975C77;
}
</style>
border-color css
<style>
span { border-color: #975C77; }
span { border-color: rgb(151,92,119); }
td.TdClassName
{
border-color: #975C77;
}
.TagClassName
{
border-color: #975C77;
}
</style>