Shades of Strikemaster #875B74
Tints of Strikemaster #875B74
RGB
CMYK
RGB Variations
Color information
#875B74 (or 0x875B74) is known color: Strikemaster. HEX triplet: 87, 5B and 74. RGB value is (135,91,116). Sum of RGB (Red+Green+Blue) = 135+91+116=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 135 - color contains mainly: red. Hex color #875B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B74 is #78A48B. Grayscale: #6A6A6A. Windows color (decimal): -7906444 or 7625607. OLE color: 7625607.
HSL color Cylindrical-coordinate representation of color #875B74: hue angle of 325.91º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #875B74 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 91 | 116 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.47 |
| HSL | 325.91º | 0.19% | 0.44% | - |
| HSV(B) | 325.91º | 0.33% | 0.53% | - |
| XYZ | 16.89 | 13.89 | 18.31 | - |
| YUV | 107.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 116 | 0 | 0.33 | 0.14 | 0.47 | 325.91 | 0.19 | 0.44 |
| Hex | 87 | 5B | 74 | 0 | 21 | E | 2F | 146 | 13 | 2C |
| Octal | 207 | 133 | 164 | 0 | 41 | 16 | 57 | 506 | 23 | 54 |
| Binary | 10000111 | 1011011 | 1110100 | 0 | 100001 | 1110 | 101111 | 101000110 | 10011 | 101100 |
Color Harmonies of #875B74
Complementary color
Monochromatic Colors of #875B74
Black with #875B74
Text Example
Text Example
White with #875B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875B74; }
p { color: rgb(135,91,116); }
H1.HeaderClassName
{
color: #875B74;
}
.AnyTagClassName
{
color: #875B74;
}
</style>
background-color css
<style>
a { background-color: #875B74; }
a { background-color: rgb(135,91,116); }
div.DivClassName
{
background-color: #875B74;
}
.BgClassName
{
background-color: #875B74;
}
</style>
border-color css
<style>
span { border-color: #875B74; }
span { border-color: rgb(135,91,116); }
td.TdClassName
{
border-color: #875B74;
}
.TagClassName
{
border-color: #875B74;
}
</style>