#886B80

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

Shades of Strikemaster #886B80

Tints of Strikemaster #886B80

Color information

#886B80 (or 0x886B80) is unknown color: approx Strikemaster. HEX triplet: 88, 6B and 80. RGB value is (136,107,128). Sum of RGB (Red+Green+Blue) = 136+107+128=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 136 - color contains mainly: red. Hex color #886B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886B80 is #77947F. Grayscale: #767676. Windows color (decimal): -7836800 or 8416136. OLE color: 8416136.

HSL color Cylindrical-coordinate representation of color #886B80: hue angle of 316.55º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #886B80 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB136107128-
CMYK00.210.060.47
HSL316.55º11.93%47.65%-
HSV(B)316.55º21.32%53.33%-
XYZ19.3117.3122.75-
YUV118.06133.61140.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.66%
GREEN value IS 107 (42.19% from 255) = 28.84%
BLUE value IS 128 (50.39% from 255) = 34.50%
R=36.66%
G=28.84%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610712800.210.060.47316.5511.9347.65
Hex886B8001562F13dc30
Octal2101532000256574751460
Binary100010001101011100000000101011101011111001111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886B80; }

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

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

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

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

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

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

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

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