#886979

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

Shades of Strikemaster #886979

Tints of Strikemaster #886979

Color information

#886979 (or 0x886979) is unknown color: approx Strikemaster. HEX triplet: 88, 69 and 79. RGB value is (136,105,121). Sum of RGB (Red+Green+Blue) = 136+105+121=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #886979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886979 is #779686. Grayscale: #747474. Windows color (decimal): -7837319 or 7956872. OLE color: 7956872.

HSL color Cylindrical-coordinate representation of color #886979: hue angle of 329.03º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #886979 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB136105121-
CMYK00.230.110.47
HSL329.03º12.86%47.25%-
HSV(B)329.03º22.79%53.33%-
XYZ18.6616.7220.33-
YUV116.09130.77142.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.57%
GREEN value IS 105 (41.41% from 255) = 29.01%
BLUE value IS 121 (47.66% from 255) = 33.43%
R=37.57%
G=29.01%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610512100.230.110.47329.0312.8647.25
Hex886979017B2F149d2f
Octal21015117102713575111557
Binary100010001101001111100101011110111011111010010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886979; }

 p { color: rgb(136,105,121); }

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

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

 a { background-color: rgb(136,105,121); }

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

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

 span { border-color: rgb(136,105,121); }

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