Shades of Strikemaster #925D76
Tints of Strikemaster #925D76
RGB
CMYK
RGB Variations
Color information
#925D76 (or 0x925D76) is known color: Strikemaster. HEX triplet: 92, 5D and 76. RGB value is (146,93,118). Sum of RGB (Red+Green+Blue) = 146+93+118=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 146 - color contains mainly: red. Hex color #925D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925D76 is #6DA289. Grayscale: #6F6F6F. Windows color (decimal): -7185034 or 7757202. OLE color: 7757202.
HSL color Cylindrical-coordinate representation of color #925D76: hue angle of 331.7º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #925D76 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 93 | 118 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.43 |
| HSL | 331.7º | 0.22% | 0.47% | - |
| HSV(B) | 331.7º | 0.36% | 0.57% | - |
| XYZ | 19.04 | 15.25 | 19.08 | - |
| YUV | 111.7 | 131.56 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 118 | 0 | 0.36 | 0.19 | 0.43 | 331.7 | 0.22 | 0.47 |
| Hex | 92 | 5D | 76 | 0 | 24 | 13 | 2B | 14C | 16 | 2F |
| Octal | 222 | 135 | 166 | 0 | 44 | 23 | 53 | 514 | 26 | 57 |
| Binary | 10010010 | 1011101 | 1110110 | 0 | 100100 | 10011 | 101011 | 101001100 | 10110 | 101111 |
Color Harmonies of #925D76
Complementary color
Monochromatic Colors of #925D76
Black with #925D76
Text Example
Text Example
White with #925D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925D76; }
p { color: rgb(146,93,118); }
H1.HeaderClassName
{
color: #925D76;
}
.AnyTagClassName
{
color: #925D76;
}
</style>
background-color css
<style>
a { background-color: #925D76; }
a { background-color: rgb(146,93,118); }
div.DivClassName
{
background-color: #925D76;
}
.BgClassName
{
background-color: #925D76;
}
</style>
border-color css
<style>
span { border-color: #925D76; }
span { border-color: rgb(146,93,118); }
td.TdClassName
{
border-color: #925D76;
}
.TagClassName
{
border-color: #925D76;
}
</style>