#976781

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

Shades of Strikemaster #976781

Tints of Strikemaster #976781

Color information

#976781 (or 0x976781) is unknown color: approx Strikemaster. HEX triplet: 97, 67 and 81. RGB value is (151,103,129). Sum of RGB (Red+Green+Blue) = 151+103+129=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 151 - color contains mainly: red. Hex color #976781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976781 is #68987E. Grayscale: #787878. Windows color (decimal): -6854783 or 8480663. OLE color: 8480663.

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

Color convert

RGB151103129-
CMYK00.320.150.41
HSL327.5º18.9%49.8%-
HSV(B)327.5º31.79%59.22%-
XYZ21.5817.8623.08-
YUV120.32132.9149.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.43%
GREEN value IS 103 (40.62% from 255) = 26.89%
BLUE value IS 129 (50.78% from 255) = 33.68%
R=39.43%
G=26.89%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110312900.320.150.41327.518.949.8
Hex976781020F291481332
Octal22714720104017515102362
Binary100101111100111100000010100000111110100110100100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976781; }

 p { color: rgb(151,103,129); }

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

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

 a { background-color: rgb(151,103,129); }

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

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

 span { border-color: rgb(151,103,129); }

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