Shades of Strikemaster #94677B
Tints of Strikemaster #94677B
RGB
CMYK
RGB Variations
Color information
#94677B (or 0x94677B) is known color: Strikemaster. HEX triplet: 94, 67 and 7B. RGB value is (148,103,123). Sum of RGB (Red+Green+Blue) = 148+103+123=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #94677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94677B is #6B9884. Grayscale: #767676. Windows color (decimal): -7051397 or 8087444. OLE color: 8087444.
HSL color Cylindrical-coordinate representation of color #94677B: hue angle of 333.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94677B is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 103 | 123 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.42 |
| HSL | 333.33º | 0.18% | 0.49% | - |
| HSV(B) | 333.33º | 0.3% | 0.58% | - |
| XYZ | 20.64 | 17.43 | 21.01 | - |
| YUV | 118.74 | 130.41 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 123 | 0 | 0.30 | 0.17 | 0.42 | 333.33 | 0.18 | 0.49 |
| Hex | 94 | 67 | 7B | 0 | 1E | 11 | 2A | 14D | 12 | 31 |
| Octal | 224 | 147 | 173 | 0 | 36 | 21 | 52 | 515 | 22 | 61 |
| Binary | 10010100 | 1100111 | 1111011 | 0 | 11110 | 10001 | 101010 | 101001101 | 10010 | 110001 |
Color Harmonies of #94677B
Complementary color
Monochromatic Colors of #94677B
Black with #94677B
Text Example
Text Example
White with #94677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94677B; }
p { color: rgb(148,103,123); }
H1.HeaderClassName
{
color: #94677B;
}
.AnyTagClassName
{
color: #94677B;
}
</style>
background-color css
<style>
a { background-color: #94677B; }
a { background-color: rgb(148,103,123); }
div.DivClassName
{
background-color: #94677B;
}
.BgClassName
{
background-color: #94677B;
}
</style>
border-color css
<style>
span { border-color: #94677B; }
span { border-color: rgb(148,103,123); }
td.TdClassName
{
border-color: #94677B;
}
.TagClassName
{
border-color: #94677B;
}
</style>