#976D83

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

Shades of Strikemaster #976D83

Tints of Strikemaster #976D83

Color information

#976D83 (or 0x976D83) is unknown color: approx Strikemaster. HEX triplet: 97, 6D and 83. RGB value is (151,109,131). Sum of RGB (Red+Green+Blue) = 151+109+131=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 151 - color contains mainly: red. Hex color #976D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976D83 is #68927C. Grayscale: #7C7C7C. Windows color (decimal): -6853245 or 8613271. OLE color: 8613271.

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

Color convert

RGB151109131-
CMYK00.280.130.41
HSL328.57º16.8%50.98%-
HSV(B)328.57º27.81%59.22%-
XYZ22.3319.1623.99-
YUV124.07131.91147.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.62%
GREEN value IS 109 (42.97% from 255) = 27.88%
BLUE value IS 131 (51.56% from 255) = 33.50%
R=38.62%
G=27.88%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110913100.280.130.41328.5716.850.98
Hex976D8301CD291491133
Octal22715520303415515112163
Binary10010111110110110000011011100110110100110100100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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