#976480

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

Shades of Strikemaster #976480

Tints of Strikemaster #976480

Color information

#976480 (or 0x976480) is unknown color: approx Strikemaster. HEX triplet: 97, 64 and 80. RGB value is (151,100,128). Sum of RGB (Red+Green+Blue) = 151+100+128=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 151 - color contains mainly: red. Hex color #976480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976480 is #689B7F. Grayscale: #767676. Windows color (decimal): -6855552 or 8414359. OLE color: 8414359.

HSL color Cylindrical-coordinate representation of color #976480: hue angle of 327.06º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #976480 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB151100128-
CMYK00.340.150.41
HSL327.06º20.32%49.22%-
HSV(B)327.06º33.77%59.22%-
XYZ21.2217.2522.63-
YUV118.44133.4151.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.84%
GREEN value IS 100 (39.45% from 255) = 26.39%
BLUE value IS 128 (50.39% from 255) = 33.77%
R=39.84%
G=26.39%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110012800.340.150.41327.0620.3249.22
Hex976480022F291471431
Octal22714420004217515072461
Binary100101111100100100000000100010111110100110100011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976480; }

 p { color: rgb(151,100,128); }

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

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

 a { background-color: rgb(151,100,128); }

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

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

 span { border-color: rgb(151,100,128); }

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