#887581

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

Shades of Strikemaster #887581

Tints of Strikemaster #887581

Color information

#887581 (or 0x887581) is unknown color: approx Strikemaster. HEX triplet: 88, 75 and 81. RGB value is (136,117,129). Sum of RGB (Red+Green+Blue) = 136+117+129=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 136 - color contains mainly: red. Hex color #887581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887581 is #778A7E. Grayscale: #7C7C7C. Windows color (decimal): -7834239 or 8484232. OLE color: 8484232.

HSL color Cylindrical-coordinate representation of color #887581: hue angle of 322.11º 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 #887581 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB136117129-
CMYK00.140.050.47
HSL322.11º7.51%49.61%-
HSV(B)322.11º13.97%53.33%-
XYZ20.4819.5423.46-
YUV124.05130.79136.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.60%
GREEN value IS 117 (46.09% from 255) = 30.63%
BLUE value IS 129 (50.78% from 255) = 33.77%
R=35.60%
G=30.63%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611712900.140.050.47322.117.5149.61
Hex8875810E52F142832
Octal2101652010165575021062
Binary10001000111010110000001011101011011111010000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887581; }

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

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

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

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

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

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

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

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