#887380

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

Shades of Strikemaster #887380

Tints of Strikemaster #887380

Color information

#887380 (or 0x887380) is unknown color: approx Strikemaster. HEX triplet: 88, 73 and 80. RGB value is (136,115,128). Sum of RGB (Red+Green+Blue) = 136+115+128=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 136 - color contains mainly: red. Hex color #887380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887380 is #778C7F. Grayscale: #7A7A7A. Windows color (decimal): -7834752 or 8418184. OLE color: 8418184.

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

Color convert

RGB136115128-
CMYK00.150.060.47
HSL322.86º8.37%49.22%-
HSV(B)322.86º15.44%53.33%-
XYZ20.1819.0523.04-
YUV122.76130.96137.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.88%
GREEN value IS 115 (45.31% from 255) = 30.34%
BLUE value IS 128 (50.39% from 255) = 33.77%
R=35.88%
G=30.34%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611512800.150.060.47322.868.3749.22
Hex8873800F62F143831
Octal2101632000176575031061
Binary10001000111001110000000011111101011111010000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887380; }

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

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

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

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

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

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

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

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