#976d7c

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

Shades of Strikemaster #976D7C

Tints of Strikemaster #976D7C

Color information

#976D7C (or 0x976D7C) is unknown color: approx Strikemaster. HEX triplet: 97, 6D and 7C. RGB value is (151,109,124). Sum of RGB (Red+Green+Blue) = 151+109+124=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 151 - color contains mainly: red. Hex color #976D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976D7C is #689283. Grayscale: #7B7B7B. Windows color (decimal): -6853252 or 8154519. OLE color: 8154519.

HSL color Cylindrical-coordinate representation of color #976D7C: hue angle of 338.57º 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 #976D7C is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB151109124-
CMYK00.280.180.41
HSL338.57º16.8%50.98%-
HSV(B)338.57º27.81%59.22%-
XYZ21.8718.9721.58-
YUV123.27128.41147.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.32%
GREEN value IS 109 (42.97% from 255) = 28.39%
BLUE value IS 124 (48.83% from 255) = 32.29%
R=39.32%
G=28.39%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110912400.280.180.41338.5716.850.98
Hex976D7C01C12291531133
Octal22715517403422515232163
Binary10010111110110111111000111001001010100110101001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976d7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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