#88657C

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

Shades of Strikemaster #88657C

Tints of Strikemaster #88657C

Color information

#88657C (or 0x88657C) is unknown color: approx Strikemaster. HEX triplet: 88, 65 and 7C. RGB value is (136,101,124). Sum of RGB (Red+Green+Blue) = 136+101+124=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 136 - color contains mainly: red. Hex color #88657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88657C is #779A83. Grayscale: #727272. Windows color (decimal): -7838340 or 8152456. OLE color: 8152456.

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

Color convert

RGB136101124-
CMYK00.260.090.47
HSL320.57º14.77%46.47%-
HSV(B)320.57º25.74%53.33%-
XYZ18.451621.18-
YUV114.09133.6143.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.67%
GREEN value IS 101 (39.84% from 255) = 27.98%
BLUE value IS 124 (48.83% from 255) = 34.35%
R=37.67%
G=27.98%
B=34.35%

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
Decimal13610112400.260.090.47320.5714.7746.47
Hex88657C01A92F141f2e
Octal21014517403211575011756
Binary100010001100101111110001101010011011111010000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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