#977286

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

Shades of Strikemaster #977286

Tints of Strikemaster #977286

Color information

#977286 (or 0x977286) is unknown color: approx Strikemaster. HEX triplet: 97, 72 and 86. RGB value is (151,114,134). Sum of RGB (Red+Green+Blue) = 151+114+134=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 151 - color contains mainly: red. Hex color #977286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977286 is #688D79. Grayscale: #7F7F7F. Windows color (decimal): -6851962 or 8811159. OLE color: 8811159.

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

Color convert

RGB151114134-
CMYK00.250.110.41
HSL327.57º15.1%51.96%-
HSV(B)327.57º24.5%59.22%-
XYZ23.0820.3425.26-
YUV127.34131.76144.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.84%
GREEN value IS 114 (44.92% from 255) = 28.57%
BLUE value IS 134 (52.73% from 255) = 33.58%
R=37.84%
G=28.57%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111413400.250.110.41327.5715.151.96
Hex977286019B29148f34
Octal22716220603113515101764
Binary1001011111100101000011001100110111010011010010001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977286; }

 p { color: rgb(151,114,134); }

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

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

 a { background-color: rgb(151,114,134); }

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

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

 span { border-color: rgb(151,114,134); }

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