#887280

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

Shades of Strikemaster #887280

Tints of Strikemaster #887280

Color information

#887280 (or 0x887280) is unknown color: approx Strikemaster. HEX triplet: 88, 72 and 80. RGB value is (136,114,128). Sum of RGB (Red+Green+Blue) = 136+114+128=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 136 - color contains mainly: red. Hex color #887280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887280 is #778D7F. Grayscale: #7A7A7A. Windows color (decimal): -7835008 or 8417928. OLE color: 8417928.

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

Color convert

RGB136114128-
CMYK00.160.060.47
HSL321.82º8.8%49.02%-
HSV(B)321.82º16.18%53.33%-
XYZ20.0718.8323-
YUV122.17131.29137.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.98%
GREEN value IS 114 (44.92% from 255) = 30.16%
BLUE value IS 128 (50.39% from 255) = 33.86%
R=35.98%
G=30.16%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611412800.160.060.47321.828.849.02
Hex88728001062F142931
Octal2101622000206575021161
Binary100010001110010100000000100001101011111010000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887280; }

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

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

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

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

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

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

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

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