#886478

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

Shades of Strikemaster #886478

Tints of Strikemaster #886478

Color information

#886478 (or 0x886478) is unknown color: approx Strikemaster. HEX triplet: 88, 64 and 78. RGB value is (136,100,120). Sum of RGB (Red+Green+Blue) = 136+100+120=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #886478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886478 is #779B87. Grayscale: #717171. Windows color (decimal): -7838600 or 7890056. OLE color: 7890056.

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

Color convert

RGB136100120-
CMYK00.260.120.47
HSL326.67º15.25%46.27%-
HSV(B)326.67º26.47%53.33%-
XYZ18.115.719.85-
YUV113.04131.93144.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.20%
GREEN value IS 100 (39.45% from 255) = 28.09%
BLUE value IS 120 (47.27% from 255) = 33.71%
R=38.20%
G=28.09%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610012000.260.120.47326.6715.2546.27
Hex88647801AC2F147f2e
Octal21014417003214575071756
Binary100010001100100111100001101011001011111010001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886478; }

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

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

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

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

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

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

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

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