#887580

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

Shades of Strikemaster #887580

Tints of Strikemaster #887580

Color information

#887580 (or 0x887580) is unknown color: approx Strikemaster. HEX triplet: 88, 75 and 80. RGB value is (136,117,128). Sum of RGB (Red+Green+Blue) = 136+117+128=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 136 - color contains mainly: red. Hex color #887580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887580 is #778A7F. Grayscale: #7B7B7B. Windows color (decimal): -7834240 or 8418696. OLE color: 8418696.

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

Color convert

RGB136117128-
CMYK00.140.060.47
HSL325.26º7.51%49.61%-
HSV(B)325.26º13.97%53.33%-
XYZ20.4119.5223.11-
YUV123.94130.29136.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.70%
GREEN value IS 117 (46.09% from 255) = 30.71%
BLUE value IS 128 (50.39% from 255) = 33.60%
R=35.70%
G=30.71%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611712800.140.060.47325.267.5149.61
Hex8875800E62F145832
Octal2101652000166575051062
Binary10001000111010110000000011101101011111010001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887580; }

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

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

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

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

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

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

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

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