Shades of Strikemaster #845E75
Tints of Strikemaster #845E75
RGB
CMYK
RGB Variations
Color information
#845E75 (or 0x845E75) is known color: Strikemaster. HEX triplet: 84, 5E and 75. RGB value is (132,94,117). Sum of RGB (Red+Green+Blue) = 132+94+117=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #845E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E75 is #7BA18A. Grayscale: #6B6B6B. Windows color (decimal): -8102283 or 7691908. OLE color: 7691908.
HSL color Cylindrical-coordinate representation of color #845E75: hue angle of 323.68º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #845E75 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 94 | 117 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.48 |
| HSL | 323.68º | 0.17% | 0.44% | - |
| HSV(B) | 323.68º | 0.29% | 0.52% | - |
| XYZ | 16.73 | 14.2 | 18.69 | - |
| YUV | 107.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 117 | 0 | 0.29 | 0.11 | 0.48 | 323.68 | 0.17 | 0.44 |
| Hex | 84 | 5E | 75 | 0 | 1D | B | 30 | 144 | 11 | 2C |
| Octal | 204 | 136 | 165 | 0 | 35 | 13 | 60 | 504 | 21 | 54 |
| Binary | 10000100 | 1011110 | 1110101 | 0 | 11101 | 1011 | 110000 | 101000100 | 10001 | 101100 |
Color Harmonies of #845E75
Complementary color
Monochromatic Colors of #845E75
Black with #845E75
Text Example
Text Example
White with #845E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845E75; }
p { color: rgb(132,94,117); }
H1.HeaderClassName
{
color: #845E75;
}
.AnyTagClassName
{
color: #845E75;
}
</style>
background-color css
<style>
a { background-color: #845E75; }
a { background-color: rgb(132,94,117); }
div.DivClassName
{
background-color: #845E75;
}
.BgClassName
{
background-color: #845E75;
}
</style>
border-color css
<style>
span { border-color: #845E75; }
span { border-color: rgb(132,94,117); }
td.TdClassName
{
border-color: #845E75;
}
.TagClassName
{
border-color: #845E75;
}
</style>