#886A79

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

Shades of Strikemaster #886A79

Tints of Strikemaster #886A79

Color information

#886A79 (or 0x886A79) is unknown color: approx Strikemaster. HEX triplet: 88, 6A and 79. RGB value is (136,106,121). Sum of RGB (Red+Green+Blue) = 136+106+121=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #886A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886A79 is #779586. Grayscale: #747474. Windows color (decimal): -7837063 or 7957128. OLE color: 7957128.

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

Color convert

RGB136106121-
CMYK00.220.110.47
HSL330º12.4%47.45%-
HSV(B)330º22.06%53.33%-
XYZ18.7616.9220.37-
YUV116.68130.44141.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 121 (47.66% from 255) = 33.33%
R=37.47%
G=29.20%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610612100.220.110.4733012.447.45
Hex886A79016B2F14ac2f
Octal21015217102613575121457
Binary100010001101010111100101011010111011111010010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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