Shades of Strikemaster #905F76
Tints of Strikemaster #905F76
RGB
CMYK
RGB Variations
Color information
#905F76 (or 0x905F76) is known color: Strikemaster. HEX triplet: 90, 5F and 76. RGB value is (144,95,118). Sum of RGB (Red+Green+Blue) = 144+95+118=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #905F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905F76 is #6FA089. Grayscale: #707070. Windows color (decimal): -7315594 or 7757712. OLE color: 7757712.
HSL color Cylindrical-coordinate representation of color #905F76: hue angle of 331.84º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #905F76 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 95 | 118 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.44 |
| HSL | 331.84º | 0.21% | 0.47% | - |
| HSV(B) | 331.84º | 0.34% | 0.56% | - |
| XYZ | 18.86 | 15.42 | 19.12 | - |
| YUV | 112.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 118 | 0 | 0.34 | 0.18 | 0.44 | 331.84 | 0.21 | 0.47 |
| Hex | 90 | 5F | 76 | 0 | 22 | 12 | 2C | 14C | 15 | 2F |
| Octal | 220 | 137 | 166 | 0 | 42 | 22 | 54 | 514 | 25 | 57 |
| Binary | 10010000 | 1011111 | 1110110 | 0 | 100010 | 10010 | 101100 | 101001100 | 10101 | 101111 |
Color Harmonies of #905F76
Complementary color
Monochromatic Colors of #905F76
Black with #905F76
Text Example
Text Example
White with #905F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905F76; }
p { color: rgb(144,95,118); }
H1.HeaderClassName
{
color: #905F76;
}
.AnyTagClassName
{
color: #905F76;
}
</style>
background-color css
<style>
a { background-color: #905F76; }
a { background-color: rgb(144,95,118); }
div.DivClassName
{
background-color: #905F76;
}
.BgClassName
{
background-color: #905F76;
}
</style>
border-color css
<style>
span { border-color: #905F76; }
span { border-color: rgb(144,95,118); }
td.TdClassName
{
border-color: #905F76;
}
.TagClassName
{
border-color: #905F76;
}
</style>