#976D87

Color #976D87 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #976D87

Tints of Strikemaster #976D87

Color information

#976D87 (or 0x976D87) is unknown color: approx Strikemaster. HEX triplet: 97, 6D and 87. RGB value is (151,109,135). Sum of RGB (Red+Green+Blue) = 151+109+135=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 151 - color contains mainly: red. Hex color #976D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976D87 is #689278. Grayscale: #7C7C7C. Windows color (decimal): -6853241 or 8875415. OLE color: 8875415.

HSL color Cylindrical-coordinate representation of color #976D87: hue angle of 322.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #976D87 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB151109135-
CMYK00.280.110.41
HSL322.86º16.8%50.98%-
HSV(B)322.86º27.81%59.22%-
XYZ22.619.2725.45-
YUV124.52133.91146.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 38.23%
GREEN value IS 109 (42.97% from 255) = 27.59%
BLUE value IS 135 (53.12% from 255) = 34.18%
R=38.23%
G=27.59%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110913500.280.110.41322.8616.850.98
Hex976D8701CB291431133
Octal22715520703413515032163
Binary10010111110110110000111011100101110100110100001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976D87; }

 p { color: rgb(151,109,135); }

 H1.HeaderClassName
 {
   color: #976D87;
 }
 .AnyTagClassName
 {
   color: #976D87;
 }
</style>
background-color css

<style>
 a { background-color: #976D87; }

 a { background-color: rgb(151,109,135); }

 div.DivClassName
 {
   background-color: #976D87;
 }
 .BgClassName
 {
   background-color: #976D87;
 }
</style>
border-color css

<style>
 span { border-color: #976D87; }

 span { border-color: rgb(151,109,135); }

 td.TdClassName
 {
   border-color: #976D87;
 }
 .TagClassName
 {
   border-color: #976D87;
 }
</style>