Shades of Strikemaster #8C697B
Tints of Strikemaster #8C697B
RGB
CMYK
RGB Variations
Color information
#8C697B (or 0x8C697B) is known color: Strikemaster. HEX triplet: 8C, 69 and 7B. RGB value is (140,105,123). Sum of RGB (Red+Green+Blue) = 140+105+123=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 140 - color contains mainly: red. Hex color #8C697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C697B is #739684. Grayscale: #757575. Windows color (decimal): -7575173 or 8087948. OLE color: 8087948.
HSL color Cylindrical-coordinate representation of color #8C697B: hue angle of 329.14º 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 #8C697B is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 105 | 123 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.45 |
| HSL | 329.14º | 0.14% | 0.48% | - |
| HSV(B) | 329.14º | 0.25% | 0.55% | - |
| XYZ | 19.44 | 17.11 | 21.02 | - |
| YUV | 117.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 123 | 0 | 0.25 | 0.12 | 0.45 | 329.14 | 0.14 | 0.48 |
| Hex | 8C | 69 | 7B | 0 | 19 | C | 2D | 149 | E | 30 |
| Octal | 214 | 151 | 173 | 0 | 31 | 14 | 55 | 511 | 16 | 60 |
| Binary | 10001100 | 1101001 | 1111011 | 0 | 11001 | 1100 | 101101 | 101001001 | 1110 | 110000 |
Color Harmonies of #8C697B
Complementary color
Monochromatic Colors of #8C697B
Black with #8C697B
Text Example
Text Example
White with #8C697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C697B; }
p { color: rgb(140,105,123); }
H1.HeaderClassName
{
color: #8C697B;
}
.AnyTagClassName
{
color: #8C697B;
}
</style>
background-color css
<style>
a { background-color: #8C697B; }
a { background-color: rgb(140,105,123); }
div.DivClassName
{
background-color: #8C697B;
}
.BgClassName
{
background-color: #8C697B;
}
</style>
border-color css
<style>
span { border-color: #8C697B; }
span { border-color: rgb(140,105,123); }
td.TdClassName
{
border-color: #8C697B;
}
.TagClassName
{
border-color: #8C697B;
}
</style>