#887080

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

Shades of Strikemaster #887080

Tints of Strikemaster #887080

Color information

#887080 (or 0x887080) is unknown color: approx Strikemaster. HEX triplet: 88, 70 and 80. RGB value is (136,112,128). Sum of RGB (Red+Green+Blue) = 136+112+128=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 136 - color contains mainly: red. Hex color #887080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887080 is #778F7F. Grayscale: #787878. Windows color (decimal): -7835520 or 8417416. OLE color: 8417416.

HSL color Cylindrical-coordinate representation of color #887080: hue angle of 320º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #887080 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB136112128-
CMYK00.180.060.47
HSL320º9.68%48.63%-
HSV(B)320º17.65%53.33%-
XYZ19.8418.3822.92-
YUV121131.95138.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.17%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=36.17%
G=29.79%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611212800.180.060.473209.6848.63
Hex88708001262F140a31
Octal2101602000226575001261
Binary100010001110000100000000100101101011111010000001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887080; }

 p { color: rgb(136,112,128); }

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

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

 a { background-color: rgb(136,112,128); }

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

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

 span { border-color: rgb(136,112,128); }

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