#976D7F

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

Shades of Strikemaster #976D7F

Tints of Strikemaster #976D7F

Color information

#976D7F (or 0x976D7F) is unknown color: approx Strikemaster. HEX triplet: 97, 6D and 7F. RGB value is (151,109,127). Sum of RGB (Red+Green+Blue) = 151+109+127=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 151 - color contains mainly: red. Hex color #976D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976D7F is #689280. Grayscale: #7B7B7B. Windows color (decimal): -6853249 or 8351127. OLE color: 8351127.

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

Color convert

RGB151109127-
CMYK00.280.160.41
HSL334.29º16.8%50.98%-
HSV(B)334.29º27.81%59.22%-
XYZ22.0619.0522.59-
YUV123.61129.91147.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.02%
GREEN value IS 109 (42.97% from 255) = 28.17%
BLUE value IS 127 (50% from 255) = 32.82%
R=39.02%
G=28.17%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110912700.280.160.41334.2916.850.98
Hex976D7F01C102914e1133
Octal22715517703420515162163
Binary10010111110110111111110111001000010100110100111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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