Shades of Strikemaster #92677C
Tints of Strikemaster #92677C
RGB
CMYK
RGB Variations
Color information
#92677C (or 0x92677C) is known color: Strikemaster. HEX triplet: 92, 67 and 7C. RGB value is (146,103,124). Sum of RGB (Red+Green+Blue) = 146+103+124=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #92677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92677C is #6D9883. Grayscale: #767676. Windows color (decimal): -7182468 or 8152978. OLE color: 8152978.
HSL color Cylindrical-coordinate representation of color #92677C: hue angle of 330.7º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92677C is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 103 | 124 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.43 |
| HSL | 330.7º | 0.17% | 0.49% | - |
| HSV(B) | 330.7º | 0.29% | 0.57% | - |
| XYZ | 20.34 | 17.27 | 21.33 | - |
| YUV | 118.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 103 | 124 | 0 | 0.29 | 0.15 | 0.43 | 330.7 | 0.17 | 0.49 |
| Hex | 92 | 67 | 7C | 0 | 1D | F | 2B | 14B | 11 | 31 |
| Octal | 222 | 147 | 174 | 0 | 35 | 17 | 53 | 513 | 21 | 61 |
| Binary | 10010010 | 1100111 | 1111100 | 0 | 11101 | 1111 | 101011 | 101001011 | 10001 | 110001 |
Color Harmonies of #92677C
Complementary color
Monochromatic Colors of #92677C
Black with #92677C
Text Example
Text Example
White with #92677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92677C; }
p { color: rgb(146,103,124); }
H1.HeaderClassName
{
color: #92677C;
}
.AnyTagClassName
{
color: #92677C;
}
</style>
background-color css
<style>
a { background-color: #92677C; }
a { background-color: rgb(146,103,124); }
div.DivClassName
{
background-color: #92677C;
}
.BgClassName
{
background-color: #92677C;
}
</style>
border-color css
<style>
span { border-color: #92677C; }
span { border-color: rgb(146,103,124); }
td.TdClassName
{
border-color: #92677C;
}
.TagClassName
{
border-color: #92677C;
}
</style>