Shades of Strikemaster #825E76
Tints of Strikemaster #825E76
RGB
CMYK
RGB Variations
Color information
#825E76 (or 0x825E76) is known color: Strikemaster. HEX triplet: 82, 5E and 76. RGB value is (130,94,118). Sum of RGB (Red+Green+Blue) = 130+94+118=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #825E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825E76 is #7DA189. Grayscale: #6B6B6B. Windows color (decimal): -8233354 or 7757442. OLE color: 7757442.
HSL color Cylindrical-coordinate representation of color #825E76: hue angle of 320º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #825E76 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 118 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.49 |
| HSL | 320º | 0.16% | 0.44% | - |
| HSV(B) | 320º | 0.28% | 0.51% | - |
| XYZ | 16.48 | 14.06 | 18.98 | - |
| YUV | 107.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 118 | 0 | 0.28 | 0.09 | 0.49 | 320 | 0.16 | 0.44 |
| Hex | 82 | 5E | 76 | 0 | 1C | 9 | 31 | 140 | 10 | 2C |
| Octal | 202 | 136 | 166 | 0 | 34 | 11 | 61 | 500 | 20 | 54 |
| Binary | 10000010 | 1011110 | 1110110 | 0 | 11100 | 1001 | 110001 | 101000000 | 10000 | 101100 |
Color Harmonies of #825E76
Complementary color
Monochromatic Colors of #825E76
Black with #825E76
Text Example
Text Example
White with #825E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E76; }
p { color: rgb(130,94,118); }
H1.HeaderClassName
{
color: #825E76;
}
.AnyTagClassName
{
color: #825E76;
}
</style>
background-color css
<style>
a { background-color: #825E76; }
a { background-color: rgb(130,94,118); }
div.DivClassName
{
background-color: #825E76;
}
.BgClassName
{
background-color: #825E76;
}
</style>
border-color css
<style>
span { border-color: #825E76; }
span { border-color: rgb(130,94,118); }
td.TdClassName
{
border-color: #825E76;
}
.TagClassName
{
border-color: #825E76;
}
</style>