#88647F

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

Shades of Strikemaster #88647F

Tints of Strikemaster #88647F

Color information

#88647F (or 0x88647F) is unknown color: approx Strikemaster. HEX triplet: 88, 64 and 7F. RGB value is (136,100,127). Sum of RGB (Red+Green+Blue) = 136+100+127=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #88647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88647F is #779B80. Grayscale: #717171. Windows color (decimal): -7838593 or 8348808. OLE color: 8348808.

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

Color convert

RGB136100127-
CMYK00.260.070.47
HSL315º15.25%46.27%-
HSV(B)315º26.47%53.33%-
XYZ18.5415.8822.17-
YUV113.84135.43143.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 127 (50% from 255) = 34.99%
R=37.47%
G=27.55%
B=34.99%

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
Decimal13610012700.260.070.4731515.2546.27
Hex88647F01A72F13bf2e
Octal2101441770327574731756
Binary10001000110010011111110110101111011111001110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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