#977284

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

Shades of Strikemaster #977284

Tints of Strikemaster #977284

Color information

#977284 (or 0x977284) is unknown color: approx Strikemaster. HEX triplet: 97, 72 and 84. RGB value is (151,114,132). Sum of RGB (Red+Green+Blue) = 151+114+132=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 151 - color contains mainly: red. Hex color #977284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977284 is #688D7B. Grayscale: #7F7F7F. Windows color (decimal): -6851964 or 8680087. OLE color: 8680087.

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

Color convert

RGB151114132-
CMYK00.250.130.41
HSL330.81º15.1%51.96%-
HSV(B)330.81º24.5%59.22%-
XYZ22.9420.2824.53-
YUV127.12130.76145.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.04%
GREEN value IS 114 (44.92% from 255) = 28.72%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=38.04%
G=28.72%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111413200.250.130.41330.8115.151.96
Hex977284019D2914bf34
Octal22716220403115515131764
Binary1001011111100101000010001100111011010011010010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977284; }

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

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

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

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

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

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

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

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