Shades of Strikemaster #975C7A
Tints of Strikemaster #975C7A
RGB
CMYK
RGB Variations
Color information
#975C7A (or 0x975C7A) is known color: Strikemaster. HEX triplet: 97, 5C and 7A. RGB value is (151,92,122). Sum of RGB (Red+Green+Blue) = 151+92+122=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #975C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975C7A is #68A385. Grayscale: #707070. Windows color (decimal): -6857606 or 8019095. OLE color: 8019095.
HSL color Cylindrical-coordinate representation of color #975C7A: hue angle of 329.49º 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 #975C7A is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 92 | 122 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.41 |
| HSL | 329.49º | 0.24% | 0.48% | - |
| HSV(B) | 329.49º | 0.39% | 0.59% | - |
| XYZ | 20.1 | 15.64 | 20.37 | - |
| YUV | 113.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 92 | 122 | 0 | 0.39 | 0.19 | 0.41 | 329.49 | 0.24 | 0.48 |
| Hex | 97 | 5C | 7A | 0 | 27 | 13 | 29 | 149 | 18 | 30 |
| Octal | 227 | 134 | 172 | 0 | 47 | 23 | 51 | 511 | 30 | 60 |
| Binary | 10010111 | 1011100 | 1111010 | 0 | 100111 | 10011 | 101001 | 101001001 | 11000 | 110000 |
Color Harmonies of #975C7A
Complementary color
Monochromatic Colors of #975C7A
Black with #975C7A
Text Example
Text Example
White with #975C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975C7A; }
p { color: rgb(151,92,122); }
H1.HeaderClassName
{
color: #975C7A;
}
.AnyTagClassName
{
color: #975C7A;
}
</style>
background-color css
<style>
a { background-color: #975C7A; }
a { background-color: rgb(151,92,122); }
div.DivClassName
{
background-color: #975C7A;
}
.BgClassName
{
background-color: #975C7A;
}
</style>
border-color css
<style>
span { border-color: #975C7A; }
span { border-color: rgb(151,92,122); }
td.TdClassName
{
border-color: #975C7A;
}
.TagClassName
{
border-color: #975C7A;
}
</style>