#987180

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

Shades of Strikemaster #987180

Tints of Strikemaster #987180

Color information

#987180 (or 0x987180) is unknown color: approx Strikemaster. HEX triplet: 98, 71 and 80. RGB value is (152,113,128). Sum of RGB (Red+Green+Blue) = 152+113+128=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #987180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987180 is #678E7F. Grayscale: #7E7E7E. Windows color (decimal): -6786688 or 8417688. OLE color: 8417688.

HSL color Cylindrical-coordinate representation of color #987180: hue angle of 336.92º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #987180 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB152113128-
CMYK00.260.160.40
HSL336.92º15.92%51.96%-
HSV(B)336.92º25.66%59.61%-
XYZ22.7520.0423.09-
YUV126.37128.92146.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.68%
GREEN value IS 113 (44.53% from 255) = 28.75%
BLUE value IS 128 (50.39% from 255) = 32.57%
R=38.68%
G=28.75%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211312800.260.160.40336.9215.9251.96
Hex98718001A10281511034
Octal23016120003220505212064
Binary100110001110001100000000110101000010100010101000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987180; }

 p { color: rgb(152,113,128); }

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

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

 a { background-color: rgb(152,113,128); }

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

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

 span { border-color: rgb(152,113,128); }

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