#886676

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

Shades of Strikemaster #886676

Tints of Strikemaster #886676

Color information

#886676 (or 0x886676) is unknown color: approx Strikemaster. HEX triplet: 88, 66 and 76. RGB value is (136,102,118). Sum of RGB (Red+Green+Blue) = 136+102+118=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #886676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886676 is #779989. Grayscale: #717171. Windows color (decimal): -7838090 or 7759496. OLE color: 7759496.

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

Color convert

RGB136102118-
CMYK00.250.130.47
HSL331.76º14.29%46.67%-
HSV(B)331.76º25%53.33%-
XYZ18.1716.0419.28-
YUV113.99130.26143.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.20%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 118 (46.48% from 255) = 33.15%
R=38.20%
G=28.65%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610211800.250.130.47331.7614.2946.67
Hex886676019D2F14ce2f
Octal21014616603115575141657
Binary100010001100110111011001100111011011111010011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886676; }

 p { color: rgb(136,102,118); }

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

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

 a { background-color: rgb(136,102,118); }

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

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

 span { border-color: rgb(136,102,118); }

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