#977584

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

Shades of Strikemaster #977584

Tints of Strikemaster #977584

Color information

#977584 (or 0x977584) is unknown color: approx Strikemaster. HEX triplet: 97, 75 and 84. RGB value is (151,117,132). Sum of RGB (Red+Green+Blue) = 151+117+132=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 151 - color contains mainly: red. Hex color #977584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977584 is #688A7B. Grayscale: #808080. Windows color (decimal): -6851196 or 8680855. OLE color: 8680855.

HSL color Cylindrical-coordinate representation of color #977584: hue angle of 333.53º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #977584 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB151117132-
CMYK00.230.130.41
HSL333.53º14.05%52.55%-
HSV(B)333.53º22.52%59.22%-
XYZ23.2920.9724.65-
YUV128.88129.76143.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.75%
GREEN value IS 117 (46.09% from 255) = 29.25%
BLUE value IS 132 (51.95% from 255) = 33%
R=37.75%
G=29.25%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111713200.230.130.41333.5314.0552.55
Hex977584017D2914ee35
Octal22716520402715515161665
Binary1001011111101011000010001011111011010011010011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977584; }

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

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

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

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

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

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

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

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