Shades of Strikemaster #8C697F
Tints of Strikemaster #8C697F
RGB
CMYK
RGB Variations
Color information
#8C697F (or 0x8C697F) is known color: Strikemaster. HEX triplet: 8C, 69 and 7F. RGB value is (140,105,127). Sum of RGB (Red+Green+Blue) = 140+105+127=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 140 - color contains mainly: red. Hex color #8C697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C697F is #739680. Grayscale: #757575. Windows color (decimal): -7575169 or 8350092. OLE color: 8350092.
HSL color Cylindrical-coordinate representation of color #8C697F: hue angle of 322.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C697F is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 105 | 127 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.45 |
| HSL | 322.29º | 0.14% | 0.48% | - |
| HSV(B) | 322.29º | 0.25% | 0.55% | - |
| XYZ | 19.7 | 17.21 | 22.36 | - |
| YUV | 117.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 127 | 0 | 0.25 | 0.09 | 0.45 | 322.29 | 0.14 | 0.48 |
| Hex | 8C | 69 | 7F | 0 | 19 | 9 | 2D | 142 | E | 30 |
| Octal | 214 | 151 | 177 | 0 | 31 | 11 | 55 | 502 | 16 | 60 |
| Binary | 10001100 | 1101001 | 1111111 | 0 | 11001 | 1001 | 101101 | 101000010 | 1110 | 110000 |
Color Harmonies of #8C697F
Complementary color
Monochromatic Colors of #8C697F
Black with #8C697F
Text Example
Text Example
White with #8C697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C697F; }
p { color: rgb(140,105,127); }
H1.HeaderClassName
{
color: #8C697F;
}
.AnyTagClassName
{
color: #8C697F;
}
</style>
background-color css
<style>
a { background-color: #8C697F; }
a { background-color: rgb(140,105,127); }
div.DivClassName
{
background-color: #8C697F;
}
.BgClassName
{
background-color: #8C697F;
}
</style>
border-color css
<style>
span { border-color: #8C697F; }
span { border-color: rgb(140,105,127); }
td.TdClassName
{
border-color: #8C697F;
}
.TagClassName
{
border-color: #8C697F;
}
</style>