Shades of Strikemaster #916A7B
Tints of Strikemaster #916A7B
RGB
CMYK
RGB Variations
Color information
#916A7B (or 0x916A7B) is known color: Strikemaster. HEX triplet: 91, 6A and 7B. RGB value is (145,106,123). Sum of RGB (Red+Green+Blue) = 145+106+123=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 145 - color contains mainly: red. Hex color #916A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A7B is #6E9584. Grayscale: #777777. Windows color (decimal): -7247237 or 8088209. OLE color: 8088209.
HSL color Cylindrical-coordinate representation of color #916A7B: hue angle of 333.85º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #916A7B is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 106 | 123 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.43 |
| HSL | 333.85º | 0.16% | 0.49% | - |
| HSV(B) | 333.85º | 0.27% | 0.57% | - |
| XYZ | 20.41 | 17.76 | 21.09 | - |
| YUV | 119.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 106 | 123 | 0 | 0.27 | 0.15 | 0.43 | 333.85 | 0.16 | 0.49 |
| Hex | 91 | 6A | 7B | 0 | 1B | F | 2B | 14E | 10 | 31 |
| Octal | 221 | 152 | 173 | 0 | 33 | 17 | 53 | 516 | 20 | 61 |
| Binary | 10010001 | 1101010 | 1111011 | 0 | 11011 | 1111 | 101011 | 101001110 | 10000 | 110001 |
Color Harmonies of #916A7B
Complementary color
Monochromatic Colors of #916A7B
Black with #916A7B
Text Example
Text Example
White with #916A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916A7B; }
p { color: rgb(145,106,123); }
H1.HeaderClassName
{
color: #916A7B;
}
.AnyTagClassName
{
color: #916A7B;
}
</style>
background-color css
<style>
a { background-color: #916A7B; }
a { background-color: rgb(145,106,123); }
div.DivClassName
{
background-color: #916A7B;
}
.BgClassName
{
background-color: #916A7B;
}
</style>
border-color css
<style>
span { border-color: #916A7B; }
span { border-color: rgb(145,106,123); }
td.TdClassName
{
border-color: #916A7B;
}
.TagClassName
{
border-color: #916A7B;
}
</style>