#886680

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

Shades of Strikemaster #886680

Tints of Strikemaster #886680

Color information

#886680 (or 0x886680) is unknown color: approx Strikemaster. HEX triplet: 88, 66 and 80. RGB value is (136,102,128). Sum of RGB (Red+Green+Blue) = 136+102+128=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 136 - color contains mainly: red. Hex color #886680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886680 is #77997F. Grayscale: #737373. Windows color (decimal): -7838080 or 8414856. OLE color: 8414856.

HSL color Cylindrical-coordinate representation of color #886680: hue angle of 314.12º 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 #886680 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB136102128-
CMYK00.250.060.47
HSL314.12º14.29%46.67%-
HSV(B)314.12º25%53.33%-
XYZ18.816.322.58-
YUV115.13135.26142.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.16%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=37.16%
G=27.87%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610212800.250.060.47314.1214.2946.67
Hex88668001962F13ae2f
Octal2101462000316574721657
Binary100010001100110100000000110011101011111001110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886680; }

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

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

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

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

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

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

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

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