#977287

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

Shades of Strikemaster #977287

Tints of Strikemaster #977287

Color information

#977287 (or 0x977287) is unknown color: approx Strikemaster. HEX triplet: 97, 72 and 87. RGB value is (151,114,135). Sum of RGB (Red+Green+Blue) = 151+114+135=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 151 - color contains mainly: red. Hex color #977287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977287 is #688D78. Grayscale: #7F7F7F. Windows color (decimal): -6851961 or 8876695. OLE color: 8876695.

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

Color convert

RGB151114135-
CMYK00.250.110.41
HSL325.95º15.1%51.96%-
HSV(B)325.95º24.5%59.22%-
XYZ23.1520.3625.63-
YUV127.46132.26144.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.75%
GREEN value IS 114 (44.92% from 255) = 28.5%
BLUE value IS 135 (53.12% from 255) = 33.75%
R=37.75%
G=28.5%
B=33.75%

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
Decimal15111413500.250.110.41325.9515.151.96
Hex977287019B29146f34
Octal22716220703113515061764
Binary1001011111100101000011101100110111010011010001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977287; }

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

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

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

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

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

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

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

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