#88647C

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

Shades of Strikemaster #88647C

Tints of Strikemaster #88647C

Color information

#88647C (or 0x88647C) is unknown color: approx Strikemaster. HEX triplet: 88, 64 and 7C. RGB value is (136,100,124). Sum of RGB (Red+Green+Blue) = 136+100+124=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 136 - color contains mainly: red. Hex color #88647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88647C is #779B83. Grayscale: #717171. Windows color (decimal): -7838596 or 8152200. OLE color: 8152200.

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

Color convert

RGB136100124-
CMYK00.260.090.47
HSL320º15.25%46.27%-
HSV(B)320º26.47%53.33%-
XYZ18.3515.821.15-
YUV113.5133.93144.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.78%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 124 (48.83% from 255) = 34.44%
R=37.78%
G=27.78%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610012400.260.090.4732015.2546.27
Hex88647C01A92F140f2e
Octal21014417403211575001756
Binary100010001100100111110001101010011011111010000001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88647C; }

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

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

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

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

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

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

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

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