#886479

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

Shades of Strikemaster #886479

Tints of Strikemaster #886479

Color information

#886479 (or 0x886479) is unknown color: approx Strikemaster. HEX triplet: 88, 64 and 79. RGB value is (136,100,121). Sum of RGB (Red+Green+Blue) = 136+100+121=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #886479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886479 is #779B86. Grayscale: #717171. Windows color (decimal): -7838599 or 7955592. OLE color: 7955592.

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

Color convert

RGB136100121-
CMYK00.260.110.47
HSL325º15.25%46.27%-
HSV(B)325º26.47%53.33%-
XYZ18.1615.7320.17-
YUV113.16132.43144.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.10%
GREEN value IS 100 (39.45% from 255) = 28.01%
BLUE value IS 121 (47.66% from 255) = 33.89%
R=38.10%
G=28.01%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610012100.260.110.4732515.2546.27
Hex88647901AB2F145f2e
Octal21014417103213575051756
Binary100010001100100111100101101010111011111010001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886479; }

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

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

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

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

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

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

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

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