Shades of Strikemaster #92677B
Tints of Strikemaster #92677B
RGB
CMYK
RGB Variations
Color information
#92677B (or 0x92677B) is known color: Strikemaster. HEX triplet: 92, 67 and 7B. RGB value is (146,103,123). Sum of RGB (Red+Green+Blue) = 146+103+123=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 146 - color contains mainly: red. Hex color #92677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92677B is #6D9884. Grayscale: #767676. Windows color (decimal): -7182469 or 8087442. OLE color: 8087442.
HSL color Cylindrical-coordinate representation of color #92677B: hue angle of 332.09º 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 #92677B is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 103 | 123 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.43 |
| HSL | 332.09º | 0.17% | 0.49% | - |
| HSV(B) | 332.09º | 0.29% | 0.57% | - |
| XYZ | 20.28 | 17.24 | 21 | - |
| YUV | 118.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 103 | 123 | 0 | 0.29 | 0.16 | 0.43 | 332.09 | 0.17 | 0.49 |
| Hex | 92 | 67 | 7B | 0 | 1D | 10 | 2B | 14C | 11 | 31 |
| Octal | 222 | 147 | 173 | 0 | 35 | 20 | 53 | 514 | 21 | 61 |
| Binary | 10010010 | 1100111 | 1111011 | 0 | 11101 | 10000 | 101011 | 101001100 | 10001 | 110001 |
Color Harmonies of #92677B
Complementary color
Monochromatic Colors of #92677B
Black with #92677B
Text Example
Text Example
White with #92677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92677B; }
p { color: rgb(146,103,123); }
H1.HeaderClassName
{
color: #92677B;
}
.AnyTagClassName
{
color: #92677B;
}
</style>
background-color css
<style>
a { background-color: #92677B; }
a { background-color: rgb(146,103,123); }
div.DivClassName
{
background-color: #92677B;
}
.BgClassName
{
background-color: #92677B;
}
</style>
border-color css
<style>
span { border-color: #92677B; }
span { border-color: rgb(146,103,123); }
td.TdClassName
{
border-color: #92677B;
}
.TagClassName
{
border-color: #92677B;
}
</style>