#886476

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

Shades of Strikemaster #886476

Tints of Strikemaster #886476

Color information

#886476 (or 0x886476) is unknown color: approx Strikemaster. HEX triplet: 88, 64 and 76. RGB value is (136,100,118). Sum of RGB (Red+Green+Blue) = 136+100+118=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #886476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886476 is #779B89. Grayscale: #707070. Windows color (decimal): -7838602 or 7758984. OLE color: 7758984.

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

Color convert

RGB136100118-
CMYK00.260.130.47
HSL330º15.25%46.27%-
HSV(B)330º26.47%53.33%-
XYZ17.9815.6619.21-
YUV112.82130.93144.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.42%
GREEN value IS 100 (39.45% from 255) = 28.25%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=38.42%
G=28.25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610011800.260.130.4733015.2546.27
Hex88647601AD2F14af2e
Octal21014416603215575121756
Binary100010001100100111011001101011011011111010010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886476; }

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

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

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

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

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

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

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

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