#88647E

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

Shades of Strikemaster #88647E

Tints of Strikemaster #88647E

Color information

#88647E (or 0x88647E) is unknown color: approx Strikemaster. HEX triplet: 88, 64 and 7E. RGB value is (136,100,126). Sum of RGB (Red+Green+Blue) = 136+100+126=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #88647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88647E is #779B81. Grayscale: #717171. Windows color (decimal): -7838594 or 8283272. OLE color: 8283272.

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

Color convert

RGB136100126-
CMYK00.260.070.47
HSL316.67º15.25%46.27%-
HSV(B)316.67º26.47%53.33%-
XYZ18.4815.8521.83-
YUV113.73134.93143.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.57%
GREEN value IS 100 (39.45% from 255) = 27.62%
BLUE value IS 126 (49.61% from 255) = 34.81%
R=37.57%
G=27.62%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610012600.260.070.47316.6715.2546.27
Hex88647E01A72F13df2e
Octal2101441760327574751756
Binary10001000110010011111100110101111011111001111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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